Staging
v0.5.1
https://github.com/python/cpython
Revision 0400d33928e6b463db164836da670700f03edc5d authored by R David Murray on 08 February 2014, 18:12:00 UTC, committed by R David Murray on 08 February 2014, 18:12:00 UTC
This applies only to the new parser.  The old parser decodes encoded words
inside quoted strings already, although it gets the whitespace wrong
when it does so.

This version of the patch only handles the most common case (a single encoded
word surrounded by quotes), but I haven't seen any other variations of this in
the wild yet, so its good enough for now.
1 parent 905c8c3
History
Tip revision: 0400d33928e6b463db164836da670700f03edc5d authored by R David Murray on 08 February 2014, 18:12:00 UTC
#16983: Apply postel's law to encoded words inside quoted strings.
Tip revision: 0400d33
File Mode Size
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 584 bytes
.gitignore -rw-r--r-- 891 bytes
.hgeol -rw-r--r-- 755 bytes
.hgignore -rw-r--r-- 1.2 KB
.hgtags -rw-r--r-- 5.7 KB
.hgtouch -rw-r--r-- 1.2 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 48.6 KB
README -rw-r--r-- 6.6 KB
config.guess -rwxr-xr-x 44.2 KB
config.sub -rwxr-xr-x 34.7 KB
configure -rwxr-xr-x 431.4 KB
configure.ac -rw-r--r-- 133.3 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 39.5 KB
setup.py -rw-r--r-- 94.0 KB

README

back to top