This website requires JavaScript.
Explore
Help
Sign In
Mirror
/
cpython
mirror of
https://github.com/python/cpython
Watch
4
Star
1
Fork
You've already forked cpython
0
Code
Issues
Releases
Wiki
Activity
0501070669
cpython
/
Lib
/
html
History
Éric Araujo
51b7aedadd
Merge 3.1
2011-05-25 18:13:49 +02: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
Merge 3.1
2011-05-25 18:13:49 +02:00