This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-04-09 21:30:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
42fb352a98
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
5a63fe6813
Closes
#17508
: Merged fix from 3.3.
2013-03-22 15:27:52 +00:00
..
__init__.py
Issue
#9501
: Merged fix from 3.3.
2013-01-15 17:57:18 +00:00
config.py
Closes
#17508
: Merged fix from 3.3.
2013-03-22 15:27:52 +00:00
handlers.py
modernize some modules' code by replacing OSError->ENOENT/ENOTDIR/EPERM/EEXIST occurrences with the corresponding pep-3151 exceptions (FileNotFoundError, NotADirectoryError, etc.)
2013-02-12 15:14:17 +01:00