[pypy-svn] rev 1831 - pypy/trunk/doc/funding

tismer at codespeak.net tismer at codespeak.net
Sun Oct 12 22:35:35 CEST 2003


Author: tismer
Date: Sun Oct 12 22:35:34 2003
New Revision: 1831

Modified:
   pypy/trunk/doc/funding/info_to_wps.py
Log:
tiny bug removed.

Modified: pypy/trunk/doc/funding/info_to_wps.py
==============================================================================
--- pypy/trunk/doc/funding/info_to_wps.py	(original)
+++ pypy/trunk/doc/funding/info_to_wps.py	Sun Oct 12 22:35:34 2003
@@ -197,6 +197,7 @@
     # now merge groups
     for group, subs in groups.items():
         # work backwards
+        subs.sort()
         subs.reverse()
         # merge all but first
         last = subs.pop()


More information about the Pypy-commit mailing list