Message122904
> pitrou: actually that seems a bit suspect now... you need to handle
> 'data' differently depending on its type,
Yes, but you can't know all appropriate types in advance, so it's better
to try and catch the TypeError.
I don't understand your changes in Lib/urllib/request.py. len(data) will
raise anyway. |
|
Date |
User |
Action |
Args |
2010-11-30 13:27:50 | pitrou | set | recipients:
+ pitrou, jhylton, rhettinger, orsenthil, catlee, eric.araujo, rcoyner, xuanji |
2010-11-30 13:27:48 | pitrou | link | issue3243 messages |
2010-11-30 13:27:48 | pitrou | create | |
|