Change by Girts Folkmanis :
--
versions: +Python 3.9 -Python 3.8
___
Python tracker
<https://bugs.python.org/issue30618>
___
___
Python-bugs-list mailin
Girts Folkmanis added the comment:
> What's the difference between "namespace packages and implicit non-namespace
> packages"?
To me, the semantic difference is that "namespace packages" are what is used
when you have "foo.bar" and "foo.
New submission from Girts Folkmanis :
importlib.resources does not seem to work with packages that don't have
__init__.py present. Since 3.3+ generally there is no need to create empty
__init__.py, as directories are automatically treated as packages even without
the file present.
New submission from Girts Folkmanis :
Documentation for os.readlink says "Changed in version 3.6: Accepts a path-like
object.". This works fine on macOS, but blows up on Windows:
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit
(Intel)] on win32