summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-12-14 05:38:30 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-12-14 05:38:30 -0500
commitfbcbb51009bc76df9f2c66547439474799b9ab15 (patch)
tree4e2d6a62426d43f0d05b69fbfaaba63ae927bbd1 /CHANGES.txt
parent80adba1cb4b07f6d182c907b5c5f796eb7b6b93d (diff)
downloadpython-setuptools-git-fbcbb51009bc76df9f2c66547439474799b9ab15.tar.gz
Use RawConfigParser instead of SafeConfigParser in PyPIConfig class. Interpolated values are no longer supported. Since backward compatibility could not be retained in either case, prefer the simpler, more direct format. Ref #442.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1396d5fe..355c7550 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,9 +7,8 @@ CHANGES
19.0
----
-* Issue #442: Use SafeConfigParser for parsing .pypirc file. Now
- fields containing the percent symbol (%) must have each percent
- replaced with two percent symbols (%%).
+* Issue #442: Use RawConfigParser for parsing .pypirc file.
+ Interpolated values are no longer honored in .pypirc files.
------
18.8.1