Menu

#138 Upgrade to Python-2.5

v3.0
closed-fixed
other (40)
5
2007-01-17
2006-09-22
Anonymous
No

I've just installed Python-2.5 and I'm re-installing
the other python modules that depend on it.

epydoc-3.0alpha3 fails to install out of the box
because of the explicit mention of python2.4 in the
Makefile.

Is it really necessary to be version specific here?

D.

Discussion

  • Nobody/Anonymous

    Logged In: NO

    And also:

    /usr/lib/python2.5/site-packages/epydoc/docwriter/html_colorize.py:18:
    DeprecationWarning: The sre module is deprecated, please
    import re.

    D.

     
  • Edward Loper

    Edward Loper - 2007-01-17

    Logged In: YES
    user_id=195958
    Originator: NO

    No, this isn't necessary -- it was just a convenience for myself at one time or another, & it got committed. Changed to just be "python" in subversion revision 1415.

    I also removed the import of the sre module (svn revision 1416) -- it actually turns out that I'm not using that module anywhere anyway. But I *do* make use of the modules sre_parse and sre_constants, and I'm not sure whether the deprecation of sre is expected to propagate to these other 2 modules at some point in the future..

     
  • Edward Loper

    Edward Loper - 2007-01-17
    • status: open --> closed-fixed
     

Log in to post a comment.