[Python-Dev] Update to Python Documentation Website Request

Ben Finney ben+python at benfinney.id.au
Sat Jul 25 03:25:27 CEST 2009


David Lyon <david.lyon at preisshare.net> writes:

> Not at all. In source form the pythonpkgmgr requires wx package. In
> executable form it does not.

The only way it could be added is in source form; that's essential for
free software like Python. So, if it's not suitable for adding to Python
in source form, it's not suitable for adding to Python.

> > No, it's a bias against adding things to Python that depend on things
> > not already in Python.
> 
> That implies that nothing new can be added then. 

You omit the important part: adding a new thing to Python *so long as it
doesn't depend on anything outside Python*.

> The Python Package Manager can be written to work in console mode.

I think this would be best. The functionality you often discuss around
this tool would be best implemented independently of any UI. It would,
in fact, be best to work with the team performing ongoing active
standardisation of distutils functionality.

-- 
 \        “Consider the daffodil. And while you're doing that, I'll be |
  `\              over here, looking through your stuff.” —Jack Handey |
_o__)                                                                  |
Ben Finney



More information about the Python-Dev mailing list