Bug 455384

Summary: jython can't "import re"
Product: [Fedora] Fedora Reporter: Scott Tsai <scottt.tw>
Component: jythonAssignee: Andrew Overholt <overholt>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 8CC: jmatthew
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-15 13:53:42 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Scott Tsai 2008-07-15 09:37:57 UTC
Description of problem:
jython -c 'import re' fails

Version-Release number of selected component (if applicable):
jython-2.2-0.3.Release_2_2beta1.1jpp.3.fc7

How reproducible:
always

Steps to Reproduce:
1. jython -c 'import re'
  
Actual results:
 jython -c 'import re'
Traceback (innermost last):
  File "<string>", line 1, in ?
  File "/usr/share/jython/Lib/re.py", line 7, in ?


Expected results:
no output

Additional info:

Comment 1 John Matthews 2008-07-15 13:53:42 UTC

*** This bug has been marked as a duplicate of 426373 ***