diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-06 15:55:09 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-06 15:55:09 +0100 |
| commit | e0b0becd97afb9b7ac434c5fabdadd20070d643d (patch) | |
| tree | d6a529fade1e1b9d3bea517f01eba622771a62fb /doc/source | |
| parent | c1998a074d2fd1773322e4595f30a5ecbbd54e32 (diff) | |
| download | smmap-e0b0becd97afb9b7ac434c5fabdadd20070d643d.tar.gz | |
Restore compatibility to python 3.0 to 3.4v0.8.5
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/changes.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 6cf9c83..ec42369 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -3,6 +3,11 @@ Changelog ######### ********** +v0.8.5 +********** +- Fixed Python 3.0-3.3 regression, which also causes smmap to become about 3 times slower depending on the code path. It's related to this bug (http://bugs.python.org/issue15958), which was fixed in python 3.4 + +********** v0.8.4 ********** - Fixed Python 3 performance regression |
