Menu

#1267 Automatic import statements do not honor __version__

closed-fixed
5
2011-02-25
2010-12-20
desolat
No

When using the version bookkeeping suggestion from PEP 8 like this:

__version__ = "$Revision: 86849 $"
# $Source$

Pysvn adds automativ import statements above the __version__ line. It should be under it. See http://www.python.org/dev/peps/pep-0008/ for details.

Discussion

  • Fabio Zadrozny

    Fabio Zadrozny - 2011-02-25
    • status: open --> closed-fixed
     
  • Fabio Zadrozny

    Fabio Zadrozny - 2011-02-25

    Fixed for 1.6.6 (will be available on the next nightly build)

    Git: deea837 1298596842 2011-02-24