[py-svn] r33538 - py/dist/py/documentation
cfbolz at codespeak.net
cfbolz at codespeak.net
Sun Oct 22 22:03:12 CEST 2006
Author: cfbolz
Date: Sun Oct 22 22:03:10 2006
New Revision: 33538
Modified:
py/dist/py/documentation/future.txt
py/dist/py/documentation/getting-started.txt
py/dist/py/documentation/why_py.txt
Log:
updated some links: used newer link for zope 3 and armin's memoryfs. removed
link to amk's blog since I cannot find his post (and I searched for a while).
Modified: py/dist/py/documentation/future.txt
==============================================================================
--- py/dist/py/documentation/future.txt (original)
+++ py/dist/py/documentation/future.txt Sun Oct 22 22:03:10 2006
@@ -359,7 +359,7 @@
`reiserfs v4 features`_ at the Filesystem level but that
is a can of subsequent worms).
-.. _`memoryfs`: http://codespeak.net/svn/user/arigo/hack/pylufs/memoryfs.py
+.. _`memoryfs`: http://codespeak.net/svn/user/arigo/hack/pyfuse/memoryfs.py
.. _`dictfs`: http://codespeak.net/pipermail/py-dev/2005-January/000191.html
.. _`pylufs`: http://codespeak.net/svn/user/arigo/hack/pylufs/
.. _`reiserfs v4 features`: http://www.namesys.com/v4/v4.html
Modified: py/dist/py/documentation/getting-started.txt
==============================================================================
--- py/dist/py/documentation/getting-started.txt (original)
+++ py/dist/py/documentation/getting-started.txt Sun Oct 22 22:03:10 2006
@@ -102,7 +102,7 @@
some of which projects like twisted_ or zope3_ have
adopted in similar ways.
-.. _`zope3`: http://www.zope3.org
+.. _`zope3`: http://zope3.zwiki.org/
.. _twisted: http://www.twistedmatrix.org
.. _future: future.html
Modified: py/dist/py/documentation/why_py.txt
==============================================================================
--- py/dist/py/documentation/why_py.txt (original)
+++ py/dist/py/documentation/why_py.txt Sun Oct 22 22:03:10 2006
@@ -49,8 +49,6 @@
can't solve them all at once but you will find that the above
points currently drive the development of the py lib.
-And it seems there are `related thoughts from AMK`_ about
-standard library development.
Experimenting with new days, appreciating the existing ones
-----------------------------------------------------------
@@ -272,7 +270,6 @@
.. _future: future.html
.. _`py.test tool and library`: test.html
.. _`py API`: api.html
-.. _`related thoughts from AMK`: http://www.amk.ca/diary/archives/cat_python.html
.. _`great work that Fred L. Drake, Jr. is doing`: http://www.python.org/doc/2.3.4/lib/lib.html
--
More information about the py-svn
mailing list