This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-24 11:44:31 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
8ec95b81d5
cpython
/
Lib
/
logging
History
Download ZIP
Download TAR.GZ
Vinay Sajip
8ec95b81d5
Closes
#17521
: Merged fix from 3.3.
2013-03-23 11:23:05 +00:00
..
__init__.py
Issue
#9501
: Merged fix from 3.3.
2013-01-15 17:57:18 +00:00
config.py
Closes
#17521
: Merged fix from 3.3.
2013-03-23 11:23:05 +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