]> granicus.if.org Git - python/commit
#9411: allow selecting an encoding for configparser files. Also adds a new test...
authorGeorg Brandl <georg@python.org>
Thu, 29 Jul 2010 12:17:40 +0000 (12:17 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Jul 2010 12:17:40 +0000 (12:17 +0000)
commit8dcaa7396fd89ec84a29ae90c7958d0618ee6c62
tree5b4826c5b8c2ba9aac9395f65523b287ab91a79d
parentf206d0e3931b64aa3c8219badb9e0fbb81f1eb38
#9411: allow selecting an encoding for configparser files.  Also adds a new test config file to test special cases.
Doc/library/configparser.rst
Lib/configparser.py
Lib/test/cfgparser.3 [new file with mode: 0644]
Lib/test/test_cfgparser.py
Misc/NEWS