[pypy-svn] r44345 - pypy/extradoc/sprintinfo/post-ep2007
arigo at codespeak.net
arigo at codespeak.net
Mon Jun 18 19:47:40 CEST 2007
Author: arigo
Date: Mon Jun 18 19:47:40 2007
New Revision: 44345
Modified:
pypy/extradoc/sprintinfo/post-ep2007/announcement.txt
Log:
* mention extension modules and zlib.
* typos
Modified: pypy/extradoc/sprintinfo/post-ep2007/announcement.txt
==============================================================================
--- pypy/extradoc/sprintinfo/post-ep2007/announcement.txt (original)
+++ pypy/extradoc/sprintinfo/post-ep2007/announcement.txt Mon Jun 18 19:47:40 2007
@@ -11,15 +11,16 @@
.. _`ep schedule`: http://indico.cern.ch/conferenceTimeTable.py?confId=13919&showDate=all&showSession=all&detailLevel=contribution&viewMode=room
-On the morning if the first sprint day (12th) we will also have a
+On the morning of the first sprint day (12th) we will also have a
tutorial session for those new to PyPy development.
There are many possible and interesting sprint topics to work on - here
we list some possible task areas:
* completing the missing python 2.5 features and support
+* write or port more extension modules (e.g. zlib is missing)
* identify slow areas of PyPy through benchmarking and work on improvements,
- possibly moving app-level parts of the Python interpreter to interp-level
+ possibly moving app-level parts of the Python interpreter to interp-level
if useful.
* there are some parts of PyPy in need of refactoring, we may spend some time
on those, for example:
@@ -39,7 +40,7 @@
and drop a note about your interests and post any questions. More
organisational information will be sent to that list. We´ll keep
a list of `people`_ which we´ll update (which you can do so yourself
-if you have codespeak commit rights, let us now if you need it).
+if you have codespeak commit rights; let us now if you need it).
Preparation (if you feel it is needed):
---------------------------------------
@@ -63,4 +64,4 @@
.. _getting-started: http://codespeak.net/pypy/dist/pypy/doc/getting-started.html
.. _`pypy-sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint
.. _`people`: people.html
-.. _`the technical reports available and other relevant documentation`: http://codespeak.net/pypy/dist/pypy/doc/index.html
\ No newline at end of file
+.. _`the technical reports available and other relevant documentation`: http://codespeak.net/pypy/dist/pypy/doc/index.html
More information about the pypy-svn
mailing list