This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-09 14:11:28 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd97fbb2dcfbfbf701b5290b666a62fed6a76fb2
cpython
/
Lib
/
html
T
History
Ezio Melotti
2e3607c1e7
#7311
: fix html.parser to accept non-ASCII attribute values.
2011-04-07 22:03:31 +03:00
..
__init__.py
#2830
: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning.
2010-10-15 15:57:45 +00:00
entities.py
…
parser.py
#7311
: fix html.parser to accept non-ASCII attribute values.
2011-04-07 22:03:31 +03:00