[Patches] [ python-Patches-495688 ] Make site.py more friendly to PDAs

noreply@sourceforge.net noreply@sourceforge.net
Mon, 12 Aug 2002 02:08:58 -0700


Patches item #495688, was opened at 2001-12-21 01:37
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=495688&group_id=5470

Category: Library (Lib)
Group: Python 2.3
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Phil Thompson (philthompson)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make site.py more friendly to PDAs

Initial Comment:
site.py requires distutils and pydoc which are both
unfriendly to devices with little memory like PDAs.

This patch makes site.py cope with distutils and pydoc
not being installed.

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2002-08-12 11:08

Message:
Logged In: YES 
user_id=21627

I like the pydoc half less: the problem only happens if you
actually invoke help, and invoking it without this patch
produces an exception that should give a clear indication of
what the problem is.

So I reject the entire patch; if you want formal support for
a subsetted Python, you should probably write a
Python-for-PDA PEP which defines the subset clearly.

----------------------------------------------------------------------

Comment By: Michael Hudson (mwh)
Date: 2002-01-17 19:01

Message:
Logged In: YES 
user_id=6656

Hmm.  Semi-approve of the pydoc change.  The distutils
change seems pointless though -- you're not likely to build
Python on a PDA anytime soon, are you?  Or are folders call
Modules/ very common on PDAs?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=495688&group_id=5470