Message12984
I'm not able to reproduce this.
PS 272b2-trial> inst\bin\jython -V
Jython 2.7.2b2
PS 272b2-trial> inst\bin\jython -c "from javax.xml.parsers import *; print DocumentBuilderFactory"
<type 'javax.xml.parsers.DocumentBuilderFactory'>
PS 272b2-trial> inst\bin\jython -c "from datetime import datetime; print datetime.now()"
2020-02-11 22:07:35.740000
PS 272b2-trial> inst\bin\jython -c "from datetime import datetime; print len(dir(datetime))"
79
This last is the same as in the REPL. But it sounds like #2834, especially if we are in a servlet context (therefore possibly concurrent).
Could you try on 2.7.2b3 ? |
|
Date |
User |
Action |
Args |
2020-02-11 22:34:00 | jeff.allen | set | messageid: <1581460440.34.0.330470610279.issue2860@roundup.psfhosted.org> |
2020-02-11 22:34:00 | jeff.allen | set | recipients:
+ jeff.allen, gbach |
2020-02-11 22:34:00 | jeff.allen | link | issue2860 messages |
2020-02-11 22:34:00 | jeff.allen | create | |
|