Re: [Python-Dev] [Python-checkins] cpython: Issue #14581: Windows users are allowed to import modules w/o taking
April 20, 2012
6:09 p.m.
On 4/20/2012 12:53 PM, brett.cannon wrote:
http://hg.python.org/cpython/rev/a32be109bd86 changeset: 76428:a32be109bd86 user: Brett Cannon<brett@python.org> date: Fri Apr 20 12:53:14 2012 -0400 summary: Issue #14581: Windows users are allowed to import modules w/o taking the file suffix's case into account, even when doing a case-sensitive import.
+ name, dot, suffix = item.partition('.')
Should this be .rpartition in case there is more than one . in the name? tjr
4655
Age (days ago)
4655
Last active (days ago)
0 comments
1 participants
participants (1)
-
Terry Reedy