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
2025-11-03 15:11:34 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
2b3ce3ba3f
cpython
/
Lib
/
plat-mac
/
Carbon
/
Res.py
5 lines
80 B
Python
Raw
Normal View
History
Unescape
Escape
Python 2.2 as installed by Apple has a version of _Res that is too old. We attempt to load an override version in this case.
2002-11-15 00:06:52 +00:00
try
:
from
OverrideFrom23
.
_Res
import
*
except
ImportError
:
from
_Res
import
*
Reference in a new issue
Copy permalink