Changes between Initial Version and Version 1 of Ticket #20377
- Timestamp:
- May 8, 2013, 4:15:53 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20377 – Description
initial v1 1 A unofficial port of MySQLdb appears to be the only solution to connect to MySQL from Python 3 at this time, see [e81e319f].1 An unofficial port of MySQLdb appears to be the only solution to connect to MySQL from Python 3 at this time, see [e81e319f]. 2 2 3 3 Unfortunately, its handling of binary data is very buggy. For instance, this code is almost certainly wrong: … … 8 8 There are other problems, like attempting to decode all bytestrings as UTF-8. 9 9 10 With no short-term solution in sight, tests involving BinaryField were marked as expected failures on MySQL and Python 3 in [7476d96 ].10 With no short-term solution in sight, tests involving BinaryField were marked as expected failures on MySQL and Python 3 in [7476d96f]. 11 11 12 12 This commit should be reverted once a production-grade, Python 3-compatible database adapter exists for MySQL.