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-18 10:24:42 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
473e0e4dbae1e84d0c7a6732e839200532e168cc
cpython
/
Lib
/
http
T
History
Eric V. Smith
451d0e38fc
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
2016-09-09 21:56:20 -04:00
..
__init__.py
…
client.py
Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces.
2016-09-09 21:56:20 -04:00
cookiejar.py
#27364
: fix "incorrect" uses of escape character in the stdlib.
2016-09-08 13:59:53 -04:00
cookies.py
#27364
: fix "incorrect" uses of escape character in the stdlib.
2016-09-08 13:59:53 -04:00
server.py
Issue
#25738
: Merge HTTP server from 3.5
2016-06-08 09:45:58 +00:00