This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jvanpraag
Recipients jvanpraag, r.david.murray
Date 2010-06-30.15:28:55
SpamBayes Score 0.0028002588
Marked as misclassified No
Message-id <1277911734.17915.1382656155@webmail.messagingengine.com>
In-reply-to <1276951681.96.0.0963149365336.issue9029@psf.upfronthosting.co.za>
Content
I just now resubmitted, with a text file and program demonstrating the
problem: Issue9126.

I am new to submitting Python bug reports and I would like to do it
right. I found I could only attach 1 file to the bug report. However, I
had two files: The text file to read, and the program doing the reading.
Is there some way to attach multiple files to a bug report? If not, what
is the customary way to handle submissions where there is a file to be
processed, and a program doing the processing? And perhaps other files
exhibiting output(s)?

Thanks,

John

On Sat, 19 Jun 2010 12:48 +0000, "R. David Murray"
<report@bugs.python.org> wrote:
> 
> R. David Murray <rdmurray@bitdance.com> added the comment:
> 
> What you show is not a complete program, nor do you provide the complete
> traceback or the data causing the problem.  The most helpful thing would
> be a complete small program and data file demonstrating the problem. 
> That said, I'm wondering if your problem is the encoding of the terminal
> window.
> 
> ----------
> nosy: +r.david.murray
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue9029>
> _______________________________________
>
History
Date User Action Args
2010-06-30 15:28:58jvanpraagsetrecipients: + jvanpraag, r.david.murray
2010-06-30 15:28:56jvanpraaglinkissue9029 messages
2010-06-30 15:28:56jvanpraagcreate