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.

classification
Title: Test issue
Type: Stage:
Components: Demos and Tools, Documentation Versions: Python 3.0, Python 2.6
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: twouters Nosy List: gvanrossum, loewis, nnorwitz, twouters
Priority: low Keywords:

Created on 2008-03-16 23:32 by loewis, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (8)
msg63609 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-03-16 23:32
Let's see whether email submission works.
msg63616 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-03-17 04:03
So what did the email you sent look like?
msg63617 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-03-17 04:17
To: report@bugs.python.org
Subject: Test issue [assignee=gvanrossum]

The body was msg63609.

The tricky part is to get the property names right. Roundup will reject 
(and return) the message if they are wrong, without telling what the 
right ones are. For issue, we currently have

title
(messagea)
(files)
nosy (*)
superseder
type
components (*)
versions (*)
priority
dependencies (*)
assignee 
status
resolution
keywords (*)

The ones in parentheses are irrelevant for the subject. The ones with an 
asterisk are multilink, so you can not only key=value, but also 
key=+value or key=-value (see the body of the email here for syntax 
examples)
msg63651 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-03-17 15:18
So what's the syntax for setting multiple attributes via an email subject?
[assignee=+twouters,priority=low]?
msg63656 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-03-17 15:54
Picky!
msg63657 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-03-17 15:55
[assignee=guido]

Does it also work in the body of the message?
msg63658 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-03-17 15:56
No.
msg63659 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2008-03-17 15:57
Guido van Rossum schrieb:
> Guido van Rossum <guido@python.org> added the comment:
> 
> So what's the syntax for setting multiple attributes via an email subject?
> [assignee=+twouters,priority=low]?

assignee is not multilink, and the separator is semicolon (;); 
otherwise, that's the syntax. , is the separator multilink values.
[nosy=richard,cliff]
History
Date User Action Args
2022-04-11 14:56:31adminsetgithub: 46567
2008-03-17 15:57:44loewissetassignee: nnorwitz -> twouters
messages: + msg63659
2008-03-17 15:57:00gvanrossumsetstatus: open -> closed
messages: + msg63658
2008-03-17 15:55:43gvanrossumsetmessages: + msg63657
2008-03-17 15:54:38gvanrossumsetpriority: release blocker -> low
assignee: gvanrossum -> nnorwitz
messages: + msg63656
nosy: + twouters
2008-03-17 15:18:42gvanrossumsetmessages: + msg63651
2008-03-17 14:26:05barrysetversions: + Python 3.0
2008-03-17 04:17:42loewissetpriority: release blocker
nosy: + nnorwitz
messages: + msg63617
components: + Demos and Tools, Documentation
versions: + Python 2.6
2008-03-17 04:03:17gvanrossumsetmessages: + msg63616
2008-03-16 23:32:46loewiscreate