[Python-Dev] Patch review: [ 1009811 ] Add missing types to __builtin__

2005-01-26 Thread Alan Green
tch still applies, and test cases still run OK afterwards. Now that 2.4 has been released it is perhaps a good time to discuss in on python-dev again. If it isn't discussed, then the patch should be closed due to lack of interest. Alan. -- Alan Green [EMAIL

[Python-Dev] Patch review: [ 1094542 ] add Bunch type to collections module

2005-01-26 Thread Alan Green
;aid=1100942&group_id=5470&atid=305470 Alan. -- Alan Green [EMAIL PROTECTED] - http://cardboard.nu ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mai

[Python-Dev] Patch review: [ 1100942 ] datetime.strptime constructor added

2005-01-26 Thread Alan Green
default value for the format is not very useful.) 2. Since strftime is supported by datetime.time, datetime.date and datetime.datetime, I'd also expect strptime to be supported by all three classes. Could you add that now, or would it be better to do it as a separate patch? Alan. -- Alan G