classification
Title: plistlib should be moved out of plat-mac
Type: feature request
Components: Library (Lib) Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, guidog, sarwatfoo, surekap
Priority: normal Keywords:

Created on 2003-07-29 09:01 by sarwatfoo, last changed 2008-01-14 06:16 by surekap.

Messages
msg17426 (view) Author: Sarwat Khan (sarwatfoo) Date: 2003-07-29 09:01
plistlib doesn't (I think, it shouldn't anyway) have any Mac 
dependancies and should be moved out of plat-mac so 
plists can be generated and parsed on non-Mac platforms. 

I intend to use it, for example, on a Linux web server in 
CGI scripts for basic XML handling.
msg17427 (view) Author: Guido Guenther (guidog) Date: 2006-09-13 13:12
Logged In: YES 
user_id=696207

Can this be done for python 2.5 please. It's need to run
apple's caldav server on e.g. Linux.
msg17428 (view) Author: Georg Brandl (georg.brandl) Date: 2006-10-01 22:23
Logged In: YES 
user_id=849994

Duplicate of #1565129.
msg59890 (view) Author: (surekap) Date: 2008-01-14 06:16
Request we reopen this issue since it was marked duplicate of #1565129
and both were closed but the problem was not resolved. plistlib.py did
not make it into Python 2.5.
History
Date User Action Args
2008-01-14 06:16:48surekapsetnosy: + surekap
messages: + msg59890
2003-07-29 09:01:58sarwatfoocreate