#2075 closed defect (fixed)

consider deleting unsupported Python 2.6 eggs for Windows

Reported by: daira Owned by:
Priority: normal Milestone: soon (release n/a)
Component: packaging Version: 1.10.0
Keywords: packaging eggs win32 win64 Cc:
Launchpad Bug:

Description

We don't support Python 2.6 on Windows (32-bit or 64-bit) any more. On the other hand, we did that for support reasons, not because it actually breaks. We should probably delete these eggs eventually though.

In the meantime, I've changed gen-package-table.py and regenerated its output to mark these platforms as unsupported.

Change History (1)

comment:1 Changed at 2014-09-05T00:43:52Z by warner

  • Milestone changed from undecided to soon (release n/a)
  • Resolution set to fixed
  • Status changed from new to closed

Done, on 04-Sep-2014. I moved them into a subdirectory named old-windows-eggs/ for archaeological purposes.

Note that I copied the latest gen-package-table.py into the source directory on org, so if you make changes in the future, you'll want to update that copy before running it to rebuild the README.html

Note: See TracTickets for help on using tickets.