Bug 84966
| Summary: | path in byte-compiled code still wrong | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Mihai Ibanescu <mihai.ibanescu> |
| Component: | python | Assignee: | Mihai Ibanescu <mihai.ibanescu> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Brock Organ <borgan> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | ||
| 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: | 2006-08-04 20:35:43 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: | |||
Fixed in 2.2.2-24 Red Hat Linux and Red Hat Powertools are currently no longer supported by Red Hat, Inc. In an effort to clean up bugzilla, we are closing all bugs in MODIFIED state for these products. However, we do want to make sure that nothing important slips through the cracks. If, in fact, these issues are not resolved in a current Fedora Core Release (such as Fedora Core 5), please open a new issues stating so. Thanks. |
Description of problem: There is still a bug in the code that cleanses the path of the bytecode-compiled files. python -c 'import xmlrpclib; xmlrpclib.loads("adsfadf")' Traceback (most recent call last): File "<string>", line 1, in ? File "//usr/lib/python2.2/xmlrpclib.py", line 805, in loads p.close() File "//usr/lib/python2.2/xmlrpclib.py", line 393, in close self._parser.Parse("", 1) # end of data xml.parsers.expat.ExpatError: syntax error: line 1, column 0 Notice the double-slash.