New submission from Georg Brandl <[EMAIL PROTECTED]>: I got this diff from Tools/freeze/freeze.py:
- - -# Import the freeze-private modules - -import checkextensions -import makeconfig -import makefreeze -import makemakefile -import parsesetup -import bkfile +from . import checkextensions +from . import makeconfig +from . import makefreeze +from . import makemakefile +from . import parsesetup +from . import bkfile ---------- assignee: collinwinter components: 2to3 (2.x to 3.0 conversion tool) messages: 66950 nosy: collinwinter, georg.brandl severity: normal status: open title: 2to3 discards comments before import statements type: behavior __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2894> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com