fix issue257 assertion-triggered compilation of source ending in a

comment line doesn't blow up in python2.5 (fixed through py>=1.4.13.dev6)
This commit is contained in:
holger krekel
2013-02-12 22:43:33 +01:00
parent c8653b4c02
commit 456731ed0f
4 changed files with 21 additions and 5 deletions

View File

@@ -1,2 +1,2 @@
#
__version__ = '2.3.5dev5'
__version__ = '2.3.5dev6'