]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
A couple of fixes for the compiler package:
authorMichael W. Hudson <mwh@python.net>
Mon, 7 Oct 2002 12:21:09 +0000 (12:21 +0000)
committerMichael W. Hudson <mwh@python.net>
Mon, 7 Oct 2002 12:21:09 +0000 (12:21 +0000)
commitb45532abd26a9752e42ca589b5b0e49552761811
treeafec9e85aca150745c9a107dcfa4e871ace07d20
parent2942d5e6dde5e12b08233bbd403491331623ca22
A couple of fixes for the compiler package:
 * always write the mtime to a .pyc in little endian format
 * ensure class's docstrings get attached to the class, not the
   enclosing scope!

Rather more fixes are needed for the trunk; these will be done in due
course.
Lib/compiler/pycodegen.py
Lib/compiler/symbols.py