[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

[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

[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

[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