Issue218

Title Inline Patch options for python-bugs list and roundup email
Priority feature Status chatting
Superseder Nosy List ajaksu2, brett.cannon, loewis, orsenthil
Assigned To Topics

Created on 2008-09-05.03:32:33 by orsenthil, last changed 2009-02-19.23:57:48 by brett.cannon.

Messages
msg1185 (view) Author: brett.cannon Date: 2009-02-19.23:57:48
I say we don't worry about this. Use case is not worth the headache of
supporting it.
msg1184 (view) Author: ajaksu2 Date: 2009-02-19.23:50:42
I don't think the potential benefits of inlining would be worth the overhead and
maintenance burden. It doesn't seem too hard to inline clean ASCII patches, even
to check for a maximum size before inlining. But I wouldn't like to have to fix
broken inlining of files with invalid chars, mixed line-endings, whatever.

If more people ask for attachments (below a maximum size), I'll try to implement it.
msg1093 (view) Author: orsenthil Date: 2008-09-08.11:48:17
I did think about the case, what if the patches are large. But I think, *most* of
the patches are ASCII files and would not make up as huge attachments.

For people using text based email clients (like mutt), this would definitely be
an advantage. Also clients display the attached text files inline, so patch
review and responding back in the same thread with the quoted patch would be
easier.

We can go in for a consensus, if required. And it can also be setup as an
option in roundup which users can switch-on/off.
msg1092 (view) Author: loewis Date: 2008-09-07.20:17:13
I'm not sure that attaching the files is good. They may be large, and they may
be harder to read in the email reader than in the web browser (at least, I
prefer to read them in the web browser - clicking on the link in the email ready
is really no big deal)
msg1089 (view) Author: orsenthil Date: 2008-09-05.03:32:32
I subscribe to python-bugs list and follow the bugs discussion mostly through
the python-bugs email. I know many other developers do so as it faster than
keeping track through web interface.
The patches attached to bug-report are listed as Hyperlink in the email. It
would be better and enormously helpful if the patches are listed inline instead
or as attachments in the email. I think, python-bugs while using sf.net had it
like that and when moving to roundup this feature changed.
History
Date User Action Args
2009-02-19 23:57:48brett.cannonsetmessages: + msg1185
2009-02-19 23:50:42ajaksu2setnosy: + ajaksu2
messages: + msg1184
2008-09-08 11:48:17orsenthilsetmessages: + msg1093
2008-09-07 20:17:13loewissetstatus: unread -> chatting
nosy: + loewis
messages: + msg1092
2008-09-05 03:45:16brett.cannonsetassignedto: brett.cannon ->
2008-09-05 03:32:33orsenthilcreate