Changes by Adam Matan :
--
title: pip.get_installed_distributions() Does not ->
pip.get_installed_distributions() Does not return packages in the current
working directory
___
Python tracker
<http://bugs.python.org/issu
New submission from Adam Matan:
Abstract:
Calling pip.get_installed_distributions() from a directory with a setup.py file
returns a list which does not include the package(s) listed in the setup.py
file.
Steps to reproduce:
1. Create a virtual environment and activate it.
2. Download any
Adam Matan added the comment:
Do you think it should be fixed at the module level?
--
___
Python tracker
<http://bugs.python.org/issue11741>
___
___
Python-bug
Adam Matan added the comment:
Don't you think it should be changed in Python 2.x, so that the ASCII filename
will be automatically converted to to Unicode?
--
___
Python tracker
<http://bugs.python.org/is
Adam Matan added the comment:
Don't you think that shutil should be able to handle mixed data types, for
example byte string as file name and unicode destination directory? This is, in
my opinion, a very common scenario.
Would you consider converting all arguments to Un
New submission from Adam Matan :
shutil.copy2(file, dest) fails when dest has unicode characters:
[2011-04-02 17:19:54 adam@adam-laptop ~/personal :) ]$ python
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3] on linux2
Type "help", "copyright", "credi