Message12982

Author gbach
Recipients gbach, jeff.allen
Date 2020-02-11.08:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581408229.76.0.794885515354.issue2860@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately the issue is not limited to "*"-imports.
Now I got some errors (Web-portal using Tomcat) like this:

from datetime import datetime
print datetime.now()

-> Attribute-Error datetime has no attribute "now"

I am using jython 2.7.2b2
History
Date User Action Args
2020-02-11 08:03:49gbachsetmessageid: <1581408229.76.0.794885515354.issue2860@roundup.psfhosted.org>
2020-02-11 08:03:49gbachsetrecipients: + gbach, jeff.allen
2020-02-11 08:03:49gbachlinkissue2860 messages
2020-02-11 08:03:49gbachcreate