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

brian.quinlan python-checkins at python.org
Sat Oct 16 11:55:14 CEST 2010


Author: brian.quinlan
Date: Sat Oct 16 11:55:14 2010
New Revision: 85565

Log:
Add bquinlan as the maintainer of concurrent.futures

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	Sat Oct 16 11:55:14 2010
@@ -75,6 +75,7 @@
 collections         rhettinger, stutzbach
 colorsys
 compileall
+concurrent.futures  bquinlan
 configparser
 contextlib
 copy                alexandre.vassalotti


More information about the Python-checkins mailing list