Message7438

Author fwierzbicki
Recipients Arfrever, Trundle, amak, fwierzbicki, jsamsa, zyasoft
Date 2012-08-28.20:37:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346186246.45.0.418066646962.issue1481@psf.upfronthosting.co.za>
In-reply-to
Content
I think I still need to review and possibly apply this one. There is a remaining problem that I think is trivially fixed by the patch - it's not the original reported problem - but this one:

>>> time.strptime('09/01/2009', "'")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
	at java.text.SimpleDateFormat.compile(SimpleDateFormat.java:782)
	at java.text.SimpleDateFormat.initialize(SimpleDateFormat.java:575)
	at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:500)
	at java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:475)
	at org.python.modules.time.Time.strptime(Time.java:707)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)

java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Unterminated quote
>>>
History
Date User Action Args
2012-08-28 20:37:26fwierzbickisetmessageid: <1346186246.45.0.418066646962.issue1481@psf.upfronthosting.co.za>
2012-08-28 20:37:26fwierzbickisetrecipients: + fwierzbicki, amak, zyasoft, jsamsa, Trundle, Arfrever
2012-08-28 20:37:26fwierzbickilinkissue1481 messages
2012-08-28 20:37:26fwierzbickicreate