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

Brett Cannon brett at python.org
Fri Aug 25 03:14:44 CEST 2006


Well, I obviously don't have that app.  Crap.  Well, I needed to make the
change so that I could use compileall to find syntax errors from removing
backticks.  I will back out the change.

-Brett

On 8/24/06, Neal Norwitz <nnorwitz at gmail.com> wrote:
>
> Note the first line of this file is:
>
> # Generated by h2py from /usr/include/sys/stropts.h
>
> n
>
> On 8/24/06, brett.cannon <python-3000-checkins at python.org> wrote:
> > Author: brett.cannon
> > Date: Fri Aug 25 03:02:03 2006
> > New Revision: 51583
> >
> > Modified:
> >    python/branches/p3yk/Lib/plat-sunos5/STROPTS.py
> > Log:
> > Remove a use of 'as' as a parameter.
> >
> >
> > 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:02:03 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
> > _______________________________________________
> > Python-3000-checkins mailing list
> > Python-3000-checkins at python.org
> > http://mail.python.org/mailman/listinfo/python-3000-checkins
> >
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-3000-checkins/attachments/20060824/24d5ca90/attachment.htm 


More information about the Python-3000-checkins mailing list