Hi Matti,
On 04/11/2012 01:24 PM, mattip wrote:
Author: Matti Picus<matti.pi...@gmail.com>
Branch: win32-stdlib
Changeset: r54283:2a8e4f56269f
Date: 2012-04-11 13:26 +0300
http://bitbucket.org/pypy/pypy/changeset/2a8e4f56269f/
Log: fix close() and tests for file closing
diff --git a/lib-python/2.7/mailbox.py b/lib-python/2.7/mailbox.py
deleted file mode 100644
the idea for 2.7 vs modified-2.7 is to keep 2.7 intact, so you should not
remove the file from there.
What we usually do is:
$ hg cp 2.7/foo.py modified-2.7/
$ hg ci -m "make a copy"
$ emacs modified-2.7/foo.py
...
ciao,
Anto
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev