Mercurial > p > roundup > code
comparison roundup/__init__.py @ 1010:768bc93f7d1b maint-0.4
backported fix to CGI form handling from 0.5
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 02 Sep 2002 21:49:04 +0000 |
| parents | 5a5cea3a432c |
| children | cfc694864143 |
comparison
equal
deleted
inserted
replaced
| 981:bf69d636b76c | 1010:768bc93f7d1b |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 # $Id: __init__.py,v 1.9 2002-06-24 01:09:33 richard Exp $ | 18 # $Id: __init__.py,v 1.9.2.1 2002-09-02 21:49:04 richard Exp $ |
| 19 | 19 |
| 20 __doc__ = ''' | 20 __doc__ = ''' |
| 21 This is a simple-to-use and -install issue-tracking system with | 21 This is a simple-to-use and -install issue-tracking system with |
| 22 command-line, web and e-mail interfaces. | 22 command-line, web and e-mail interfaces. |
| 23 | 23 |
| 63 For more information, see the original overview and specification documents | 63 For more information, see the original overview and specification documents |
| 64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a | 64 written by Ka-Ping Yee in the "doc" directory. If nothing else, it has a |
| 65 much prettier cake :) | 65 much prettier cake :) |
| 66 ''' | 66 ''' |
| 67 | 67 |
| 68 __version__ = '0.4.2' | 68 __version__ = '0.4.3' |
| 69 | 69 |
| 70 # | 70 # |
| 71 # $Log: not supported by cvs2svn $ | 71 # $Log: not supported by cvs2svn $ |
| 72 # Revision 1.9 2002/06/24 01:09:33 richard | |
| 73 # Modifications for the final 0.4.2 release. | |
| 74 # | |
| 72 # Revision 1.8 2002/06/21 00:24:53 richard | 75 # Revision 1.8 2002/06/21 00:24:53 richard |
| 73 # *baff* richard. | 76 # *baff* richard. |
| 74 # | 77 # |
| 75 # Revision 1.7 2002/06/17 23:14:44 richard | 78 # Revision 1.7 2002/06/17 23:14:44 richard |
| 76 # . #569415 ] {version} | 79 # . #569415 ] {version} |
