Opened 12 years ago
Closed 10 years ago
#20380 closed Cleanup/optimization (fixed)
MySQL doesn't support dates below 1000 on Python 3.2
Description ¶
An unofficial port of MySQLdb appears to be the only solution to connect to MySQL from Python 3 at this time, see [e81e319f].
Unfortunately, on Python 3.2, this library introduces a regression on #18969.
The corresponding test was marked as an expected failure in this case in [832b4a572].
This commit should be reverted once the bug is fixed in an official MySQL database adapter for Python 3.
Change History (4)
comment:1 by , 12 years ago
comment:4 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I haven't reported this bug upstream, because I don't even where to report it, given the current fragmentation.