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
commitf22a05605decaa04d3d6e26545b1c5606185cee6 (patch)
tree42073f805573efaaab2cfee1cbedc546e225e4f2 /CHANGES.txt
parent4900dd0192fc1166d44fbe1a52ba6cdd3e9c0169 (diff)
downloadpython-setuptools-bitbucket-f22a05605decaa04d3d6e26545b1c5606185cee6.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