Message97152
In order to get a -3 PyErr_WarnPy3k warning for unicode being passed to hashlib objects (a nice idea) I suggest creating an additonal 's*' like thing ('s3' perhaps?) in Python/getargs.c for that purpose rather than modifying all of the hashlib modules to accept an O, type check it and warn, and then re-parse it as a s* (that'd be a lot of tedious code duplication). |
|
| Date |
User |
Action |
Args |
| 2010-01-02 22:38:54 | gregory.p.smith | set | recipients:
+ gregory.p.smith, lemburg, pitrou, vstinner, kmtracey, hagen, rpetrov, ebfe |
| 2010-01-02 22:38:54 | gregory.p.smith | set | messageid: <[email protected]> |
| 2010-01-02 22:38:53 | gregory.p.smith | link | issue3745 messages |
| 2010-01-02 22:38:53 | gregory.p.smith | create | |
|