[Python-checkins] r54817 - sandbox/trunk/pep0/authors.py (original) (raw)

brett.cannon python-checkins at python.org
Sat Apr 14 02:21:17 CEST 2007


Author: brett.cannon Date: Sat Apr 14 02:21:16 2007 New Revision: 54817

Added: sandbox/trunk/pep0/authors.py (contents, props changed) Log: Create a module to store author/email info along with nicknames.

Added: sandbox/trunk/pep0/authors.py

--- (empty file) +++ sandbox/trunk/pep0/authors.py Sat Apr 14 02:21:16 2007 @@ -0,0 +1,108 @@ +# -- coding: utf-8 -- +email_addresses = {

+} + +nicknames = {

+}



More information about the Python-checkins mailing list