Changes between Initial Version and Version 1 of Ticket #15179, comment 22


Ignore:
Timestamp:
Nov 7, 2013, 12:59:38 PM (10 years ago)
Author:
loic84

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.
    22
    33The issue with the request environ remains though, what do you think?
    44
    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.
     5It'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.
Back to Top