Differences between revisions 4 and 5
Revision 4 as of 2010-11-02 07:01:04
Size: 1072
Editor: 96-26-104-115
Comment:
Revision 5 as of 2010-11-02 07:13:47
Size: 1275
Editor: 96-26-104-115
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Line 13: Line 12:
 * Find all Django dependencies that still need to be ported to Python 3 [expert] (wsgi)
 * Find all Turbogears dependencies that still need to be ported to Python 3 [median] (wsgi)
Line 35: Line 36:
 * wsgi - Web Service Gateway Interface  * wsgi - Web Service Gateway Interface and related packages

Code

Documentation

  • Complete documentation for the wsgiref module [median] (stdlib, wsgi)

Outreach

Quality Assurance

  • Clean up Distutils2 code using "pep8" and "pyflake" (or "flake8") [novice] (packaging)

Research

  • Find all Django dependencies that still need to be ported to Python 3 [expert] (wsgi)
  • Find all Turbogears dependencies that still need to be ported to Python 3 [median] (wsgi)

Training

Translation

User Interface

  • Enhance the Distutils2 mkcfg wizard (script to create a Distutils2 package) [median] (packaging)


Adding new tasks

Add new tasks only in the above 8 categories.

Within each category tasks should sorted by difficulty level:

  1. Novice - these tasks can be done by someone with no experience working with the project
  2. Median - these tasks are suitable for someone with some experience in a project
  3. Expert - these tasks require knowledge in a specific field or extreme familiarity with a project

Task ideas should be tagged with the subproject they should be mentored for, currently:

  • stdlib - Python's Standard Library
  • packaging - The distutils (stdlib) or distutils2 projects
  • wsgi - Web Service Gateway Interface and related packages

GoogleCodeIn (last edited 2010-11-04 03:37:23 by BenjaminPeterson)

Unable to edit the page? See the FrontPage for instructions.