[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Ned Deily
Ned Deily added the comment: No, the svn repos for python itself (at svn.python.org) are frozen as of the hg transition and are for historical reference only. See http://docs.python.org/devguide/ for more info on current practices. -- ___ Python t

[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Garrett Cooper
Garrett Cooper added the comment: Is svn not being updated anymore (in lieu of hg)? -- ___ Python tracker ___ ___ Python-bugs-list ma

[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Ned Deily
Ned Deily added the comment: A similar fix was applied and released in both 2.6.6 and 2.7.1. -- nosy: +ned.deily resolution: -> out of date stage: -> committed/rejected status: open -> closed type: compile error -> ___ Python tracker

[issue12433] make clean doesn't clean up static libraries on 2.x

2011-06-28 Thread Garrett Cooper
New submission from Garrett Cooper : Running 'make clean' leaves libpython*.a behind. The attached patch removes it when make clean is run. This was resolved on py3k, not trunk; the attached patch matches what was done on py3k. -- components: Build files: cleanup-libpython-dot-a-trunk