[py-svn] r36268 - in py/dist/py/documentation: . future
hpk at codespeak.net
hpk at codespeak.net
Mon Jan 8 14:44:27 CET 2007
Author: hpk
Date: Mon Jan 8 14:44:25 2007
New Revision: 36268
Added:
py/dist/py/documentation/future/planning.txt
- copied, changed from r36258, py/dist/py/documentation/planning.txt
Removed:
py/dist/py/documentation/planning.txt
Log:
refine and move old planning file
Copied: py/dist/py/documentation/future/planning.txt (from r36258, py/dist/py/documentation/planning.txt)
==============================================================================
--- py/dist/py/documentation/planning.txt (original)
+++ py/dist/py/documentation/future/planning.txt Mon Jan 8 14:44:25 2007
@@ -60,14 +60,3 @@
* fix -k option to py.test
* add --report=(text|terminal|session|rest|tkinter|rest) to py.test
-PyCon sprint
-=============
-
-HP
-==
-
-Vision
-======
-
- * define necessary minimal abstractions to make a working path documentation
-
Deleted: /py/dist/py/documentation/planning.txt
==============================================================================
--- /py/dist/py/documentation/planning.txt Mon Jan 8 14:44:25 2007
+++ (empty file)
@@ -1,73 +0,0 @@
-Release
-=======
-
-currently working configurations
---------------------------------
-
-2.3 - 2.4.2 work
-
-2.5 has obscure problems
-
-with setuptools: 2.3 - 2.4.2 as 'develop'
-
-regular installation: works mostly, strange test-failures
-
-to be tested: 2.2, windows
-
-absolutely necessary steps:
-----------------------------
-
- * documentation
-
- * improving getting started, describe install methods
- * describe the rest stuff?
- * py.log
- * py.path is mostly undocumented, API documentation
-
- * basic windows testing, maybe disabling execnet?, what about the scripts in windows?
-
- * are all c extensions compiled when installing globally?
-
- * refactoring py.log
-
- * write/read methods on py.path should be renamed/deprecated: setcontent, getcontent instead?
-
- * what about _subprocess.c?
-
- * warning for docutils
-
- * don't expose _extpy
-
- * py/bin should be nicefied, get optparse interface
-
- * _findpy.py
- * py.cleanup:
- * py.lookup: add -i option
- * pytest.cmd
- * rst2pdf.py: merge with py.rest, add warnings when missing tex
- * _makepyrelease.py: move somewhere
- * py.countloc
- * py.test
- * py.rest
- * win32
-
- * skip tests if dependencies are not installed
-
-nice to have
-------------
-
- * sets.py, subprocess.py in compat
- * fix -k option to py.test
- * add --report=(text|terminal|session|rest|tkinter|rest) to py.test
-
-PyCon sprint
-=============
-
-HP
-==
-
-Vision
-======
-
- * define necessary minimal abstractions to make a working path documentation
-
More information about the py-svn
mailing list