[Python-checkins] r60283 - in python/trunk: Include/longintrepr.h Include/longobject.h Include/unicodeobject.h Misc/NEWS Modules/_fileio.c Objects/longobject.c Objects/unicodeobject.c setup.py

Georg Brandl g.brandl at gmx.net
Sat Jan 26 09:45:10 CET 2008


christian.heimes schrieb:
> Author: christian.heimes
> Date: Fri Jan 25 13:18:43 2008
> New Revision: 60283
> 
> Added:
>    python/trunk/Modules/_fileio.c
>       - copied, changed from r60280, python/branches/py3k/Modules/_fileio.c
> Modified:
>    python/trunk/Include/longintrepr.h
>    python/trunk/Include/longobject.h
>    python/trunk/Include/unicodeobject.h
>    python/trunk/Misc/NEWS
>    python/trunk/Objects/longobject.c
>    python/trunk/Objects/unicodeobject.c
>    python/trunk/setup.py
> Log:
> Backport of several functions from Python 3.0 to 2.6 including PyUnicode_FromString, PyUnicode_Format and PyLong_From/AsSsize_t. The functions are partly required for the backport of the bytearray type and _fileio module. They should also make it easier to port C to 3.0.
> First chapter of the Python 3.0 io framework back port: _fileio
> The next step depends on a working bytearray type which itself depends on a backport of the nwe buffer API.

What about backporting documentation?

Georg

-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-checkins mailing list