This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
50,177
Commits
9
Branches
456
Tags
1.7
GiB
82a509ca75
Commit Graph
3 Commits
Author
SHA1
Message
Date
Georg Brandl
2c5807572f
Closes
#14545
: make clearer what was added.
2012-04-11 18:33:17 +02:00
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