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 03:35:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
aa97f04964
cpython
/
Lib
/
msilib
History
Download ZIP
Download TAR.GZ
Walter Dörwald
aa97f04964
Fix various spots where int/long and str/unicode unification
...
lead to type checks like isinstance(foo, (str, str)) or isinstance(foo, (int, int)).
2007-05-03 21:05:51 +00:00
..
__init__.py
Fix various spots where int/long and str/unicode unification
2007-05-03 21:05:51 +00:00
schema.py
Rip out all the u"..." literals and calls to unicode().
2007-05-02 19:09:54 +00:00
sequence.py
Rip out all the u"..." literals and calls to unicode().
2007-05-02 19:09:54 +00:00
text.py
Rip out all the u"..." literals and calls to unicode().
2007-05-02 19:09:54 +00:00