Issue 1555501: Please include pliblist for all plattforms (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43958

classification

Title: Please include pliblist for all plattforms
Type: enhancement Stage:
Components: Library (Lib) Versions: Python 2.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: ronaldoussoren Nosy List: georg.brandl, guidog, ronaldoussoren
Priority: normal Keywords:

Created on 2006-09-09 20:07 by guidog, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (7)
msg54895 - (view) Author: Guido Guenther (guidog) Date: 2006-09-09 20:07
Hi, plistlib which is currently under ./Lib/plat-mac/plistlib.py is usefull on other platforms too (e.g. in apples calendar server which runs on OS X and Linux). Could this be moved to Lib/ for 2.5 so that other platforms can benefit from it too? Cheers, -- Guido
msg54896 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-09-17 19:27
Logged In: YES user_id=580910 this is too late for 2.5. Adding it to the general library could be done for 2.6.
msg54897 - (view) Author: Guido Guenther (guidog) Date: 2006-09-17 20:27
Logged In: YES user_id=696207 That's sad since it looks unproblematic. Please add it to 2.6 then. Thanks a lot, -- Guido
msg54898 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-12 09:05
Logged In: YES user_id=849994 Currently, there is no documentation for plistlib. Would you be willing to help writing one?
msg54899 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2006-10-12 09:08
Logged In: YES user_id=580910 As an aside: adding plistlib to the standard library seems to be a good idea. I've discussed this with Jack Jansen and Bob Ippolito and they agree. The only thing that's missing at the moment is documentation.
msg54900 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2007-07-09 07:44
assigning to me to help me remember that I should write documentation.
msg61404 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-21 16:34
I added documentation and moved plistlib to the general library in r60155. Ronald, if you want to enhance the documentation, please go ahead :)
History
Date User Action Args
2022-04-11 14:56:20 admin set github: 43958
2008-01-21 16:34:44 georg.brandl set status: open -> closedresolution: fixedmessages: +
2006-09-09 20:07:58 guidog create