[Python-checkins] r74888 - python/branches/py3k/Misc/maintainers.rst

r.david.murray python-checkins at python.org
Fri Sep 18 00:10:48 CEST 2009


Author: r.david.murray
Date: Fri Sep 18 00:10:48 2009
New Revision: 74888

Log:
Maintainer additions from MAL.


Modified:
   python/branches/py3k/Misc/maintainers.rst

Modified: python/branches/py3k/Misc/maintainers.rst
==============================================================================
--- python/branches/py3k/Misc/maintainers.rst	(original)
+++ python/branches/py3k/Misc/maintainers.rst	Fri Sep 18 00:10:48 2009
@@ -67,7 +67,7 @@
 cmath               mark.dickinson
 cmd
 code
-codecs
+codecs              lemburg, doerwalter
 codeop
 collections         rhettinger
 colorsys
@@ -90,7 +90,7 @@
 doctest
 dummy_threading     brett.cannon
 email               barry
-encodings
+encodings           lemburg, loewis
 errno
 exceptions
 fcntl
@@ -125,7 +125,7 @@
 keyword
 lib2to3             benjamin.peterson
 linecache
-locale
+locale              loewis, lemburg
 logging             vsajip
 macpath
 mailbox             andrew.kuchling
@@ -135,7 +135,7 @@
 mimetypes
 mmap
 modulefinder        theller, jvr
-msilib
+msilib              loewis
 msvcrt
 multiprocessing     jnoller
 netrc
@@ -144,7 +144,7 @@
 numbers
 operator
 optparse            aronacher
-os
+os                  loewis
 ossaudiodev
 parser
 pdb
@@ -167,7 +167,7 @@
 queue
 quopri
 random              rhettinger
-re
+re                  effbot (inactive)
 readline
 reprlib
 resource
@@ -187,7 +187,7 @@
 socketserver
 spwd
 sqlite3
-ssl
+ssl                 janssen
 stat
 string
 stringprep
@@ -198,7 +198,7 @@
 symtable
 sys
 syslog
-tabnanny
+tabnanny            tim_one
 tarfile             lars.gustaebel
 telnetlib
 tempfile
@@ -216,17 +216,17 @@
 tty
 turtle              gregorlingl
 types
-unicodedata
+unicodedata         loewis, lemburg
 unittest            michael.foord
 urllib
 uu
 uuid
 warnings
 wave
-weakref
+weakref             fdrake
 webbrowser          georg.brandl
 winreg
-winsound
+winsound            effbot
 wsgiref             pje
 xdrlib
 xml                 loewis
@@ -262,23 +262,23 @@
 bsd
 buildbots
 data formats        mark.dickinson
-database
+database            lemburg
 documentation       georg.brandl
 GUI
-i18n
+i18n                lemburg
 import machinery    brett.cannon
 io                  pitrou, benjamin.peterson
-locale
+locale              lemburg, loewis
 makefiles
-mathematics         mark.dickinson, eric.smith
-memory management
+mathematics         mark.dickinson, eric.smith, lemburg
+memory management   tim_one, lemburg
 networking
-packaging
-release management
+packaging           tarek, lemburg
+release management  tarek, lemburg
 str.format          eric.smith
-time and dates
+time and dates      lemburg
 testing             michael.foord
 threads
-unicode
+unicode             lemburg
 windows
 ==================  ===========


More information about the Python-checkins mailing list