diff options
author | Ask Solem <ask@celeryproject.org> | 2015-11-06 12:04:39 -0800 |
---|---|---|
committer | Ask Solem <ask@celeryproject.org> | 2015-11-06 12:04:39 -0800 |
commit | 413ace9274904c6078841ae068348d415a7d5902 (patch) | |
tree | ec65f6791c352dfc5472eb94955d3d18d35b4944 /Changelog | |
parent | 244408fde90863b00538e281b48bdab1105876be (diff) | |
download | kombu-413ace9274904c6078841ae068348d415a7d5902.tar.gz |
Renames Python2/Python3 -> Python 2/Python 3
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -769,8 +769,8 @@ - No longer supports Python 2.5 - The minimum Python version supported is now Python 2.6.0 for Python2, - and Python 3.3 for Python3. + The minimum Python version supported is now Python 2.6.0 for Python 2, + and Python 3.3 for Python 3. - Dual codebase supporting both Python 2 and 3. @@ -944,7 +944,7 @@ ZeroMQ transport: drain_events now supports timeout. :release-date: 2013-10-04 03:30 P.M BST :release-by: Ask Solem -- Python3: Fixed problem with dependencies not being installed. +- Python 3: Fixed problem with dependencies not being installed. .. _version-2.5.15: @@ -1469,9 +1469,9 @@ SQS: Now supports long polling (Issue #176). - New and better ``repr()`` for Queue and Exchange objects. -- Python3: Fixed problem with running the unit test suite. +- Python 3: Fixed problem with running the unit test suite. -- Python3: Fixed problem with JSON codec. +- Python 3: Fixed problem with JSON codec. .. _version-2.4.8: |