[Python-Dev] [Python-checkins] r45850 - in python/trunk: Doc/lib/libfuncs.tex Lib/test/test_subprocess.py Misc/NEWS Objects/fileobject.c Python/bltinmodule.c

Neal Norwitz nnorwitz at gmail.com
Tue May 2 08:25:47 CEST 2006


On 5/1/06, Tim Peters <tim.peters at gmail.com> wrote:
> > Author: neal.norwitz
> > Date: Tue May  2 06:43:14 2006
> > New Revision: 45850
> >
> > Modified:
> >    python/trunk/Doc/lib/libfuncs.tex
> >    python/trunk/Lib/test/test_subprocess.py
> >    python/trunk/Misc/NEWS
> >    python/trunk/Objects/fileobject.c
> >    python/trunk/Python/bltinmodule.c
> > Log:
> > SF #1479181: split open() and file() from being aliases for each other.
>
> Umm ... why?  I suppose I wouldn't care, except it left

I'll let Aahz answer that, it's his patch.

> test_subprocess failing on all the Windows buildbots, and I don't feel
> like figuring out why.  To a first approximation,
> test_universal_newlines_communicate() now takes the
>
>                 # Interpreter without universal newline support
>
> branch on Windows, but shouldn't.

I tried to fix that breakage.

n


More information about the Python-Dev mailing list