Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue3337] Fixer for dbm is failing

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 10, 2008, 6:51 PM

Post #1 of 4 (166 views)
Permalink
[issue3337] Fixer for dbm is failing

New submission from Brett Cannon <brett[at]python.org>:

The fixer for dbm to dbm.ndbm fails test_fixers.Test_imports .

----------
assignee: collinwinter
components: 2to3 (2.x to 3.0 conversion tool)
messages: 69526
nosy: brett.cannon, collinwinter
priority: critical
severity: normal
status: open
title: Fixer for dbm is failing

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 10, 2008, 7:21 PM

Post #2 of 4 (170 views)
Permalink
[issue3337] Fixer for dbm is failing [In reply to]

Brett Cannon <brett[at]python.org> added the comment:

The failure seems to be from anydbm being mapped directly to dbm:

import anydbm -> import dbm -> import dbm.ndbm

A separate pass might be needed to handle dbm properly so that an import
is not changed multiple times.

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 10, 2008, 9:11 PM

Post #3 of 4 (169 views)
Permalink
[issue3337] Fixer for dbm is failing [In reply to]

Brett Cannon <brett[at]python.org> added the comment:

I have a potential solution brewing; running the full test suite to verify.

----------
status: open -> pending

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 10, 2008, 10:57 PM

Post #4 of 4 (170 views)
Permalink
[issue3337] Fixer for dbm is failing [In reply to]

Brett Cannon <brett[at]python.org> added the comment:

r64870 has the fix through fix_imports2.

----------
resolution: -> fixed
status: pending -> closed

_______________________________________
Python tracker <report[at]bugs.python.org>
<http://bugs.python.org/issue3337>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.