2.3 Bug reporting1

Module: sage.misc.bug

Module-level Functions

bug( )

Simple script for putting a bug report in a standard format.

`        sage: bug()
        We will now create a bug report in a standard format.
        Bug in command (one line)? bug
        Expected output (one line)? bugs
        Output you got (one line)? bug report
        Comments or suggestions (one line)? help!
                ******************************
                Please copy and paste the following output into an email
(edit
                it further) and send it to
sage-support@lists.sourceforge.net,
                if you are a list member; otherwise send it to William
Stein
                (wstein@gmail.com) and David Joyner (wdjoyner@gmail.com).
                ******************************
        From: was
        Machine specs: Linux sha 2.6.16.16 #15 SMP Sun May 14 12:40:14 PDT
2006 i686
        Date: 2006-05-14
         Bug in command (one line): bug
         Exected output: bugs
         Got instead: bug report
         Comments: help!

Author: David Joyner (2006-05)

See About this document... for information on suggesting changes.