This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: rm configure --with-check-import-case
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: gvanrossum, jlt63, tim.peters
Priority: normal Keywords: patch

Created on 2001-03-20 03:51 by jlt63, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
case.patch jlt63, 2001-03-20 03:51
Messages (3)
msg36131 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2001-03-20 03:51
This patch removes the configure --with-check-import-case
option that I added in 2.1a1 for Cygwin.  This option has been
obseleted by Tim Peter's case sensitive import for all platforms
patch (PEP 235).

To apply:

    $ # save patch to /tmp/case.patch
    $ patch  </tmp/case.patch
msg36132 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2001-03-20 05:44
Logged In: YES 
user_id=31435

Guido, care to apply this patch next time you fiddle the 
Unix config stuff?
msg36133 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-03-20 13:09
Logged In: YES 
user_id=6380

Done.
History
Date User Action Args
2022-04-10 16:03:53adminsetgithub: 34194
2001-03-20 03:51:05jlt63create