summaryrefslogtreecommitdiffstats
path: root/Lib/plat-sunos5
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-09-06 06:28:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-09-06 06:28:06 (GMT)
commitca460d9722c9542004c4cf34d9231641ac18e34b (patch)
treeb007e31668de7ff4b37e0c8d80dc575e8b600118 /Lib/plat-sunos5
parent98775dfebc86aca40b27dcca5e4f4fd3a07e8acb (diff)
downloadcpython-ca460d9722c9542004c4cf34d9231641ac18e34b.zip
cpython-ca460d9722c9542004c4cf34d9231641ac18e34b.tar.gz
cpython-ca460d9722c9542004c4cf34d9231641ac18e34b.tar.bz2
with and as are now keywords. There are some generated files I can't recreate.
Diffstat (limited to 'Lib/plat-sunos5')
-rw-r--r--Lib/plat-sunos5/STROPTS.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-sunos5/STROPTS.py b/Lib/plat-sunos5/STROPTS.py
index e95db93..4970bd7 100644
--- a/Lib/plat-sunos5/STROPTS.py
+++ b/Lib/plat-sunos5/STROPTS.py
@@ -1550,7 +1550,7 @@ IE_NOMEM = -1
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