Index: sf-faq.html =================================================================== RCS file: /cvsroot/python/python/nondist/sf-html/sf-faq.html,v retrieving revision 1.15 diff -c -r1.15 sf-faq.html *** sf-faq.html 2000/08/25 07:55:48 1.15 --- sf-faq.html 2000/11/01 14:33:50 *************** *** 57,63 ****

6. Bug Reporting

  1. Where can I submit/view bugs for Python?
  2. !
  3. How do I use jitterbug?

A. Appendix

--- 57,63 ----

6. Bug Reporting

  1. Where can I submit/view bugs for Python?
  2. !
  3. How do I use the sourceforge bug manager?

A. Appendix

*************** *** 446,472 ****

Q: Where can I submit/view bugs for Python?

A:

! 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: -
- http://www.python.org/python-bugs
-

6.1.:

!

Q: How do I use jitterbug?

A:

! To get the list of open bugs click on open (hidden between the second ! last and the last horizontal ruler). !

To get a list of the bugs which are related to some area, enter an ! appropriate regular expression and press "Select Messages". Then select ! open (or whatever category you would like to view) as described ! above.

A. Appendix

--- 446,466 ----

Q: Where can I submit/view bugs for Python?

A:

! The Python project uses SourceForge's bug ! tracking facility. Go to ! http://sourceforge.net/bugs/?group_id=5470 for all bug management needs.

6.1.:

!

Q: How do I use the sourceforge bug manager?

A:

! By default, you will see the list of all Open bugs. You can change ! which bugs you're viewing by selecting the assigned_to/status/area/type ! select boxs. !

To submit a bug, use the "Submit a Bug" link, near the top of the page. !

A. Appendix

*************** *** 600,616 **** mailing list address; this address should no longer be used for patch submission. The patch manager is for patches only; if you have a problem or suggestion but don't know how to write the code for it, use the ! Python Bugs ! List instead. The bugs list is searchable; if you have a problem and you're not sure if it has been reported or fixed already, this is the first place to look. (There used to be a separate TODO list; we now prefer that you use the bugs list for suggestions and requests too.)
  • Submit documentation patches the same way. When adding the patch, be sure to set the "Category" field to "documentation". For documentation errors without patches, ! please use the Python Bugs List ! instead.
  • We like context diffs. We grudgingly accept unified diffs. Straight ("ed-style") diffs are right out! If you don't know how to generate context diffs, you're probably not qualified to produce high-quality --- 594,608 ---- mailing list address; this address should no longer be used for patch submission. The patch manager is for patches only; if you have a problem or suggestion but don't know how to write the code for it, use the ! bug reporting mechanism instead. ! The bugs list is searchable; if you have a problem and you're not sure if it has been reported or fixed already, this is the first place to look. (There used to be a separate TODO list; we now prefer that you use the bugs list for suggestions and requests too.)
  • Submit documentation patches the same way. When adding the patch, be sure to set the "Category" field to "documentation". For documentation errors without patches, ! please use the bug reporting mechanism.
  • We like context diffs. We grudgingly accept unified diffs. Straight ("ed-style") diffs are right out! If you don't know how to generate context diffs, you're probably not qualified to produce high-quality