]> granicus.if.org Git - python/commit
Use splitlines() in stead of split() to split lines, and added a method
authorJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jun 2003 20:03:43 +0000 (20:03 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sun, 1 Jun 2003 20:03:43 +0000 (20:03 +0000)
commit2a97dcce090b5713f16521c73b20ad6604938770
tree712d05ff6e382c1b8b4094e9caf2b9428b4b6c1a
parent19c0d943e952b57ded7c7dbad228092b347649b2
Use splitlines() in stead of split() to split lines, and added a method
shortdescription() so the code to split off the first line of the
description isn't all over the place.
Lib/plat-mac/pimp.py
Mac/Tools/IDE/PackageManager.py