Message277016
I updated the patch based on Raymond's feedback.
I don't know C at all and I tried to mimic the namedtuple usage of timemodule.c as much as I could (until the code compiled and the test suite passed).
I still have two questions:
* It seems that the Python implementation (Lib/datetime.py) is not tested when I run `./python -m test test_datetime` (I introduced a deliberate error in datetime.isocalendar() there but the test still succeeded). Is there a particular procedure to trigger those tests?
* I'm currently using the name `IsoCalendarDate` as suggested by user taleinat. However, shouldn't it be `ISOCalendarDate`?
Thanks. |
|
Date |
User |
Action |
Args |
2016-09-20 08:02:26 | bmispelon | set | recipients:
+ bmispelon, rhettinger, belopolsky, taleinat, berker.peksag, serhiy.storchaka |
2016-09-20 08:02:26 | bmispelon | set | messageid: <1474358546.78.0.610046249501.issue24416@psf.upfronthosting.co.za> |
2016-09-20 08:02:26 | bmispelon | link | issue24416 messages |
2016-09-20 08:02:26 | bmispelon | create | |
|