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-06-24 03:53:12 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
48,682
Commits
7
Branches
660
Tags
41bade96a4d1dcd35bbba79c2eabe052d02756a4
Commit Graph
2 Commits
Author
SHA1
Message
Date
Raymond Hettinger
a199368b23
More source links.
2011-01-27 01:20:32 +00:00
Georg Brandl
1f7fffb308
#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