[Python-3000-checkins] r51587 - python/branches/p3yk/Lib/plat-sunos5/STROPTS.py

brett.cannon python-3000-checkins at python.org
Fri Aug 25 03:16:13 CEST 2006


Author: brett.cannon
Date: Fri Aug 25 03:16:12 2006
New Revision: 51587

Modified:
   python/branches/p3yk/Lib/plat-sunos5/STROPTS.py
Log:
Back out rev. 51583 as this file is auto-generated.  Obviously the program that
auto-generates this file will need to get fixed.


Modified: python/branches/p3yk/Lib/plat-sunos5/STROPTS.py
==============================================================================
--- python/branches/p3yk/Lib/plat-sunos5/STROPTS.py	(original)
+++ python/branches/p3yk/Lib/plat-sunos5/STROPTS.py	Fri Aug 25 03:16:12 2006
@@ -1550,7 +1550,7 @@
 AS_PAGLCK = 0x80
 AS_CLAIMGAP = 0x40
 AS_UNMAPWAIT = 0x20
-def AS_TYPE_64BIT(as_): return \
+def AS_TYPE_64BIT(as): return \
 
 AS_LREP_LINKEDLIST = 0
 AS_LREP_SKIPLIST = 1


More information about the Python-3000-checkins mailing list