summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2012-02-27 11:03:55 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2012-02-27 11:03:55 (GMT)
commit01121f2d5ab06ae5d4771df7ce7b75e520f4a76c (patch)
tree429f8fc8efec7e9bff4c08529b5330ffb7a296db /Misc
parent22fa0677d6f93c160e507f1a6a47c076a68f47bf (diff)
parent40e0f35ad54ba6b626a46ee693a2074990ae607e (diff)
downloadcpython-01121f2d5ab06ae5d4771df7ce7b75e520f4a76c.zip
cpython-01121f2d5ab06ae5d4771df7ce7b75e520f4a76c.tar.gz
cpython-01121f2d5ab06ae5d4771df7ce7b75e520f4a76c.tar.bz2
Merged upstream changes.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5fdd7b2..07599ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -508,6 +508,9 @@ Core and Builtins
Library
-------
+- Issue #11841: Fix comparison bug with 'rc' versions in packaging.version.
+ Patch by Filip GruszczyƄski.
+
- Issue #13447: Add a test file to host regression tests for bugs in the
scripts found in the Tools directory.