This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Arfrever
Recipients Arfrever, benjamin.peterson, georg.brandl, ned.deily, ronaldoussoren, tpievila
Date 2012-09-01.22:51:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346539913.67.0.223406139967.issue15822@psf.upfronthosting.co.za>
In-reply-to
Content
> And the touch needs to be optional because the creation of the pickles can optionally fail.

If creation of pickles failed, then touch will create 1 file literally named "*Grammar*.pickle".

	...
	done; \
	for i in $(DESTDIR)$(LIBDEST)/lib2to3/*Grammar*.pickle; do \
		if test -f "$$i"; then \
			touch "$$i"; \
		fi; \
	done
History
Date User Action Args
2012-09-01 22:51:53Arfreversetrecipients: + Arfrever, georg.brandl, ronaldoussoren, benjamin.peterson, ned.deily, tpievila
2012-09-01 22:51:53Arfreversetmessageid: <1346539913.67.0.223406139967.issue15822@psf.upfronthosting.co.za>
2012-09-01 22:51:53Arfreverlinkissue15822 messages
2012-09-01 22:51:53Arfrevercreate