Changes between Initial Version and Version 1 of Ticket #15179, comment 22
- Timestamp:
- Nov 7, 2013, 12:59:38 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15179, comment 22
initial v1 1 @unaizalakain, true for ` self.request` ultimately being called.1 @unaizalakain, true for `Client.request()` ultimately being called. 2 2 3 3 The issue with the request environ remains though, what do you think? 4 4 5 It's worth noting that `login` already uses the `**kwargs` wildcard for `**credentials`, so it can't be used for `**extra`, IMO not a big deal if `login` and `logout` are not exactly consistent with the other methods as they operate at a higher level.5 It's worth noting that `login` already uses the `**kwargs` wildcard for `**credentials`, so it can't be used for `**extra`, IMO it's not a big deal if `login` and `logout` are not exactly consistent with the other methods as they operate at a higher level.