Edgewall Software

Changes between Version 1 and Version 6 of Ticket #11632


Ignore:
Timestamp:
Jun 2, 2014, 7:59:52 PM (10 years ago)
Author:
Jun Omae
Comment:

On Windows, get_pkginfo() for package installed by pip doesn't work cause entries in installed-files.txt are used backslash. I revised the patch using os.path.normpath() for that case.

Committed in [12840] and merged to trunk in [12841].

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11632

    • Property Status newclosed
    • Property Resolutionfixed
    • Property Milestone next-stable-1.0.x1.0.2
  • Ticket #11632 – Release Notes

    v1 v6  
     1Improve `trac.util.get_pkginfo()` for non-toplevel module and module which doesn't match with package name.