[Python-checkins] CVS: python/nondist/sf-html sf-faq.html,1.10,1.11

Peter Schneider-Kamp python-dev@python.org
Tue, 25 Jul 2000 03:40:01 -0700


Update of /cvsroot/python/python/nondist/sf-html
In directory slayer.i.sourceforge.net:/tmp/cvs-serv18260

Modified Files:
	sf-faq.html 
Log Message:

mention jitterbug in FAQ



Index: sf-faq.html
===================================================================
RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** sf-faq.html	2000/07/22 09:25:41	1.10
--- sf-faq.html	2000/07/25 10:39:58	1.11
***************
*** 55,58 ****
--- 55,64 ----
  </ol>
  
+ <h2><a href="#bugs">6. Bug Reporting</a></h2>
+ <ol>
+   <li><a href="#b1">Where can I submit/view bugs for Python?</a></li>
+   <li><a href="#b2">How do I use jitterbug?</a></li>
+ </ol>
+ 
  <h2><a href="#appendix">A. Appendix</a></h2>
  <ol>
***************
*** 320,325 ****
    <tt>cvs update -j 1.17 -j 1.16 ceval.c</tt><br />
    <tt>cvs update</tt><br />
!   <tt>cvs commit ceval.c</tt><br /></blockquote>
!   
  This example would create and apply a reverse patch from revision 1.17 to
  revision 1.16 of <tt>ceval.c</tt>.
--- 326,331 ----
    <tt>cvs update -j 1.17 -j 1.16 ceval.c</tt><br />
    <tt>cvs update</tt><br />
!   <tt>cvs commit ceval.c</tt><br />
! </blockquote>
  This example would create and apply a reverse patch from revision 1.17 to
  revision 1.16 of <tt>ceval.c</tt>.
***************
*** 334,339 ****
  <blockquote>
    <tt>cvs add -kb newfile.bin</tt><br />
!   <tt>cvs commit newfile.bin</tt><br /></blockquote>
!   
  <h1><a name="patches" id="patches"></a>3. Patches</h1>
  
--- 340,346 ----
  <blockquote>
    <tt>cvs add -kb newfile.bin</tt><br />
!   <tt>cvs commit newfile.bin</tt><br />
! </blockquote>
! 
  <h1><a name="patches" id="patches"></a>3. Patches</h1>
  
***************
*** 460,463 ****
--- 467,499 ----
  Any reports of getting it to work and/or pointers to more info would be
  appreciated!
+ 
+ <h1><a name="bugs" id="bugs"></a>6. Bugs</h1>
+ 
+ <h3><a name="b1" id="b1"></a>6.1.:</h3>
+ 
+ <h4>Q: Where can I submit/view bugs for Python?</h4>
+ 
+ <h4>A:</h4>
+ As of now [25-Jul-200] the Python project does not use SourceForge's bug
+ tracking facility. This may change when there is a way to import the existing
+ jitterbug database. The jitterbug database can be accessed through the
+ following interface:
+ 
+ <blockquote>
+   <tt><a
+   href="http://www.python.org/python-bugs">http://www.python.org/python-bugs</a></tt></blockquote>
+ 
+ <h3><a name="b1" id="b1"></a>6.1.:</h3>
+ 
+ <h4>Q: How do I use jitterbug?</h4>
+ 
+ <h4>A:</h4>
+ To get the list of open bugs click on <tt>open</tt> (hidden between the second
+ last and the last horizontal ruler).
+ 
+ <p>To get a list of the bugs which are related to some area, enter an
+ appropriate regular expression and press "Select Messages". Then select
+ <tt>open</tt> (or whatever category you would like to view) as described
+ above.</p>
  
  <h1><a name="appendix" id="appendix"></a>A. Appendix</h1>