summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Babenhauserheide <arne_bab@web.de>2011-04-08 07:50:19 +0200
committerArne Babenhauserheide <arne_bab@web.de>2011-04-08 07:50:19 +0200
commita7e1c08e2be8089c2cd6247ad6a7b1b097c0613c (patch)
tree4326627b5da2eae07245a7ea262dfcf684bf0da9
parent84cfeb037bcf884457086c1896ed26885716c7a4 (diff)
removed pthreads from the needed projects for PyHurd
-rw-r--r--community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
index 2b066f15..662f7a96 100644
--- a/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
+++ b/community/weblogs/ArneBab/2011-04-06-application-pyhurd.mdwn
@@ -108,4 +108,4 @@ Also i want to get it merged into the main git repositories, so it is directly a
### Anything else you want to add to your application?
-Alterrnately I would also like to work on [[fixing Python testsuite breakages|community/gsoc/project_ideas/perl_python]]. Both tasks together (PyHurd and Testsuite) work towards having Python as first-class citizen on the Hurd, adding all of the Python standard library to the options for using the Hurd. The third component needed for this is [[moving the Hurd libs from cthreads to pthreads|community/gsoc/project_ideas/pthreads]], but since that is not as closely connected to Python, I prefer PyHurd and fixing the testsuite over the pthread migration.
+Alternately I would also like to work on [[fixing Python testsuite breakages|community/gsoc/project_ideas/perl_python]]. Both tasks together (PyHurd and Testsuite) work towards having Python as first-class citizen on the Hurd, adding all of the Python standard library to the options for using the Hurd.