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-17 18:08:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af94051a933b7fbd9c63b0a45cfba5247d92ac14
cpython
/
Lib
/
ctypes
T
History
Victor Stinner
765531d2d0
Issue
#17516
: use comment syntax for comments, instead of multiline string
2013-03-26 01:11:54 +01:00
..
macholib
…
test
Issue
#17516
: use comment syntax for comments, instead of multiline string
2013-03-26 01:11:54 +01:00
__init__.py
Issue
#17516
: use comment syntax for comments, instead of multiline string
2013-03-26 01:11:54 +01:00
_endian.py
…
util.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
wintypes.py
…