[issue9574] allow whitespace around central '+' in complex constructor

2012-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a3c89337b50 by Mark Dickinson in branch '2.7': Closes #9574: Note that complex constructor doesn't allow whitespace around central operator. http://hg.python.org/cpython/rev/5a3c89337b50 New changeset a5b073b1cfea by Mark Dickinson in branch '3.2

[issue9574] allow whitespace around central '+' in complex constructor

2012-03-10 Thread Mark Dickinson
Mark Dickinson added the comment: Reclassifying as a doc issue; I don't think my proposed change is worth it. I'll submit some form of Jervis's docfix shortly. -- components: +Documentation -Interpreter Core priority: normal -> low ___ Python trac

[issue9574] allow whitespace around central '+' in complex constructor

2011-10-20 Thread Mark Dickinson
Changes by Mark Dickinson : -- stage: needs patch -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9574] allow whitespace around central '+' in complex constructor

2010-11-21 Thread Mark Dickinson
Mark Dickinson added the comment: Here's a patch (targeting 3.3) for allowing whitespace around the central binary operator; it implements the grammar suggested in msg115163. -- assignee: -> mark.dickinson Added file: http://bugs.python.org/file19733/issue9574.patch _

[issue9574] allow whitespace around central '+' in complex constructor

2010-08-31 Thread Jervis Whitley
Jervis Whitley added the comment: Here is a patch to document string argument requirements. -- keywords: +patch Added file: http://bugs.python.org/file18686/complex_doc.diff ___ Python tracker _

[issue9574] allow whitespace around central '+' in complex constructor

2010-08-28 Thread Jervis Whitley
Jervis Whitley added the comment: I can write a documentation patch for this: http://docs.python.org/library/functions.html?highlight=complex#complex to highlight the expected format of the string argument. As others have pointed out here, there are a number of other options available to cor

[issue9574] allow whitespace around central '+' in complex constructor

2010-08-28 Thread Mark Dickinson
Changes by Mark Dickinson : -- title: complex does not parse strings containing decimals -> allow whitespace around central '+' in complex constructor ___ Python tracker ___