New submission from Nick Coghlan:

As noted on python-dev, while changing PathFinder to expand the empty string to 
the current working directory is a good idea, removing the '' special case 
handling in FileFinder may break subclasses and other custom metapath hooks 
that expect the current behaviour.

Just creating this to make sure it is resolved before 3.4 is released (it is 
simply a matter of reverting a patch, since we want to keep *most* of the 
change that implemented absolute paths in __file__ attributes, just not all of 
it)

----------
assignee: brett.cannon
messages: 201367
nosy: brett.cannon, larry, ncoghlan
priority: release blocker
severity: normal
stage: needs patch
status: open
title: Restore empty string special casing in importlib.machinery.FileFinder
type: behavior
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19410>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to