mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
New way of generating .pyc files, thanks to Sjoerd.
urllib.py: '+' is not always safe (even though the RFC says so :-( ) whrandom.py: throw away top bits of time to avoid overflow on Mac (where times can be negative)
This commit is contained in:
parent
7b1e974b4b
commit
3bb5448767
5 changed files with 96 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# THIS IS OBSOLETE -- USE MODULE 'compileall' INSTEAD!
|
||||
|
||||
# Utility module to import all modules in the path, in the hope
|
||||
# that this will update their ".pyc" files.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue