~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/util/configobj/docs/validate.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-08 23:10:40 UTC
  • mfrom: (3239.1.4 configobj-4.5.2)
  • Revision ID: pqm@pqm.ubuntu.com-20080308231040-by6td3eegfa0s21i
Update ConfigObj version (Matt Nordhoff)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
 
10
10
:Authors: `Michael Foord`_, `Nicola Larosa`_, `Mark Andrews`_
11
 
:Version: Validate 0.3.1
12
 
:Date: 2008/02/05
 
11
:Version: Validate 0.3.2
 
12
:Date: 2008/02/24
13
13
:Homepage: `Validate Homepage`_
14
14
:License: `BSD License`_
15
15
:Support: `Mailing List`_
68
68
Downloading
69
69
===========
70
70
 
71
 
The current version is **0.3.1**, dated 5th February 2008. 
 
71
The current version is **0.3.2**, dated 24th February 2008. 
72
72
 
73
73
You can get obtain validate in the following ways :
74
74
 
103
103
Python Projects`_.
104
104
 
105
105
.. _configobj.py: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj.py
106
 
.. _configobj.zip: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.1.zip
 
106
.. _configobj.zip: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=configobj-4.5.2.zip
107
107
.. _validate.py: http://www.voidspace.org.uk/cgi-bin/voidspace/downman.py?file=validate.py
108
108
.. _Subversion Repository: http://svn.pythonutils.python-hosting.com/trunk/pythonutils/
109
109
.. _Sourceforge: http://sourceforge.net/projects/configobj
288
288
 
289
289
    {-coloring}
290
290
 
291
 
``vtor.functions``is just a dictionary that maps names to functions, so we
 
291
``vtor.functions`` is just a dictionary that maps names to functions, so we
292
292
could also have called ``vtor.functions.update(fdict)``.
293
293
 
294
294
 
596
596
====
597
597
 
598
598
* A regex check function ?
599
 
* A timestamp check function ? (Using the ``parse`` function from ``DateUtil``).
600
 
* Allow triple quotes ? (getting a bit heavy for a regex)
 
599
* A timestamp check function ? (Using the ``parse`` function from ``DateUtil`` perhaps).
601
600
 
602
601
 
603
602
ISSUES
615
614
CHANGELOG
616
615
=========
617
616
 
 
617
2008/02/24 - Version 0.3.2
 
618
--------------------------
 
619
 
 
620
BUGFIX: Handling of None as default value fixed.
 
621
 
618
622
 
619
623
2008/02/05 - Version 0.3.1
620
624
--------------------------