[issue4096] Lib/lib2to3/*.pickle are shipped / modified in the build

2008-12-30 Thread Martin v. Löwis

Martin v. Löwis mar...@v.loewis.de added the comment:

It's not sufficient that they get created when 2to3 needs them. It might
be that the user running 2to3 has no permission to write them. I believe
that it currently then just won't write them - but they won't be
created, either (it used to be that it aborts when it can't write them)

However, they should get installed with make install - so closing it
as works for me.

--
resolution:  - works for me
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4096
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4096] Lib/lib2to3/*.pickle are shipped / modified in the build

2008-12-29 Thread Benjamin Peterson

Benjamin Peterson benja...@python.org added the comment:

Shall we close this as works for me? The files aren't included in
Subversion and are built when 2to3 is used, so I don't see the problem.

--
nosy: +benjamin.peterson

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue4096
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4096] Lib/lib2to3/*.pickle are shipped / modified in the build

2008-10-10 Thread Matthias Klose

New submission from Matthias Klose [EMAIL PROTECTED]:

the files
  Lib/lib2to3/Grammar2.6.0.final.0.pickle
  Lib/lib2to3/PatternGrammar2.6.0.final.0.pickle

are created/modfied during a build/test cycle. Is this expected, should
these be included in the release at all?

--
messages: 74617
nosy: doko
severity: normal
status: open
title: Lib/lib2to3/*.pickle are shipped / modified in the build
type: feature request
versions: Python 2.6

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4096
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4096] Lib/lib2to3/*.pickle are shipped / modified in the build

2008-10-10 Thread Martin v. Löwis

Martin v. Löwis [EMAIL PROTECTED] added the comment:

They should be present in the installation (and I believe make install
will create them).

Whether or not they are included in the source distribution is not
important, IMO. I'm puzzled that they are modifed - this should not
happen, unless something's wrong with the time stamps.

--
nosy: +loewis

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4096
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com