There are a few minor bugs wrt Python 2, especially with unicode strings, and another just added in 0.3.0 when using the optional round() syntax.
Most importantly with Python 2 and unicode, there are not enough tests that pin-point the bugs, which helps identify how major or minor they are, and helps motivate doing the easy wins, leaving the bigger problems until there is external motivation, which may never eventuate given Python 2 status.
There are a few minor bugs wrt Python 2, especially with unicode strings, and another just added in 0.3.0 when using the optional
round()
syntax.Most importantly with Python 2 and unicode, there are not enough tests that pin-point the bugs, which helps identify how major or minor they are, and helps motivate doing the easy wins, leaving the bigger problems until there is external motivation, which may never eventuate given Python 2 status.