Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1830601c
Commit
1830601c
authored
Oct 18, 2013
by
Brett Cannon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add NEWS entry for issue #18810
parent
58f56804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Misc/NEWS
Misc/NEWS
+5
-0
No files found.
Misc/NEWS
View file @
1830601c
...
...
@@ -10,6 +10,11 @@ Projected release date: 2013-10-20
Core and Builtins
-----------------
- Issue #18810: Shift stat calls in importlib.machinery.FileFinder such that
the code is optimistic that if something exists in a directory named exactly
like the possible package being searched for that it'
s
in
actuality
a
directory
.
-
Issue
#
18416
:
importlib
.
machinery
.
PathFinder
now
treats
''
as
the
cwd
and
importlib
.
machinery
.
FileFinder
no
longer
special
-
cases
''
to
'.'
.
This
leads
to
modules
imported
from
cwd
to
now
possess
an
absolute
file
path
for
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment