Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/raw-annotate/00d6145cba0f/README.devel
Дата изменения: Unknown
Дата индексирования: Sun Feb 3 15:18:08 2013
Кодировка:

dendik@604: Using library in-place
dendik@604: ======================
dendik@604:
me@338: To use the library in-place, without installing, you have to add it's
me@338: directory to PYTHONPATH.
me@338:
dendik@604: e.g, type this in your shell::
me@338:
dendik@604: export PYTHONPATH=`pwd`
me@344:
dendik@604: alternatively, you can type::
me@344:
me@344: . ./SETPATH
me@344:
me@344: which adds the right path to PYTHONPATH and also adds 'utils' directory
dendik@604: to PATH.
dendik@604:
dendik@604: NEWS file
dendik@604: =========
dendik@604:
dendik@604: NEWS file contains news that are important to the library users, not to the
dendik@604: devels. It must contain a word abot every change in any interfaces. It may
dendik@604: contain a word about bugfix, if that bugfix was important and could cause users
dendik@604: some grief. It must not contain anything else.
dendik@604:
dendik@605: The file grows upwards (like blog, so that all the most important things are at
dendik@605: the top, like)
dendik@605:
dendik@604: Example file format::
dendik@604:
dendik@605: 1.3.1 (2011-05-01)
dendik@605: * bugfix: the Moon was going to fall
dendik@605:
dendik@604: 1.3.0 (2011-04-15)
dendik@604:
dendik@604: * new: new feature description
dendik@604: * new: new feature description
dendik@604: * change(!): critical library interface change
dendik@604: * change: change in the library interface
dendik@604: * bugfix: short bug summary, see #ticket
dendik@604: * bugfix: important bug that could destroy the Earth but did not hit trac
dendik@604: