cpython/Lib/msilib
Brett Cannon f299abdafa Issue #23731: Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
2015-04-13 14:21:02 -04:00
..
__init__.py Issue #23731: Implement PEP 488. 2015-04-13 14:21:02 -04:00
schema.py Remove duplication. 2011-10-19 10:58:56 +03: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