[issue7908] remove leftover macos9 support code

2011-03-20 Thread Éric Araujo
Éric Araujo added the comment: I’ve just noticed this problem: --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -356,7 +356,7 @@ class PyBuildExt(build_ext): libraries = dblib) ) # Unix-only modules -if platf

[issue7908] remove leftover macos9 support code

2010-11-05 Thread Éric Araujo
Éric Araujo added the comment: FTR, see also #9508. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue7908] remove leftover macos9 support code

2010-05-05 Thread Ronald Oussoren
Ronald Oussoren added the comment: Removed traces of MacOS9 support in r80804 (trunk) and r80805 (3.2) -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker __

[issue7908] remove leftover macos9 support code

2010-02-11 Thread Ronald Oussoren
Ronald Oussoren added the comment: The reason I'd like a patch review is that it affects a lot of files and want a second pair of eyes to check that I haven't been too agressive. The patch itself doesn't cause regressions in the unittests. -- ___ P

[issue7908] remove leftover macos9 support code

2010-02-11 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- keywords: +needs review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://m

[issue7908] remove leftover macos9 support code

2010-02-11 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue7908] remove leftover macos9 support code

2010-02-11 Thread Ronald Oussoren
New submission from Ronald Oussoren : The attached patch removes all traces to os.name == 'mac' from the source tree (setup.py and stdlib), that is the leftover traces for MacOS9 support. A simular patch needs to be created of the 3.x tree. -- assignee: ronaldoussoren components: Macin