Hello,
I may be missing something, but do we have a policy of what we're supposed
to commit to the 2.7 branch at this point? I was under the impression that
it's only bug fixes, documentation, and maybe tests. But it seems that
there are developers who see it otherwise.
For example, Raymond's changeset 5accb0ac8bfb (which was reverted by
Benjamin today). Alas, Raymond did not explain the change even when
challenged by multiple other core devs. Changeset f1dc30a1be72, which he
committed today, also doesn't appear to belong in a bugfix branch.
It would be great if we could document this somewhere - the 2.7 branch is
not a usual bugfix-mode branch, I realize, and hence maybe there's some
special treatment it deserves.
Thanks in advance,
Eli
While trying to clone a cpython repo to a new repo. I am getting this error.
getting Lib/idlelib/idle.bat
getting Lib/idlelib/idle.py
getting Lib/idlelib/idle.pyw
getting Lib/idlelib/idle_test/(a)README.txt
abort: data/Lib/idlelib/idle_test/@README.txt.i@7573717b9e6f: no match
found!
Is something wrong with the repo?
I updated my clone today morning
[cpython]$ hg pull
running ssh hg(a)hg.python.org 'hg -R cpython serve --stdio'
pulling from ssh://hg@hg.python.org/cpython
searching for changes
no changes found
[cpython]$hg log
changeset: 83956:ad56dff3602f
tag: tip
parent: 83954:96e543ba96a4
parent: 83955:b864f4056b78
user: Serhiy Storchaka <storchaka(a)gmail.com>
date: Tue May 28 16:27:08 2013 +0300
files: Lib/test/test_io.py Misc/NEWS Modules/_io/bufferedio.c
description:
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
stream's read() returns more bytes than requested.
...