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.
Created on 2008年06月08日 01:45 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| tuple_parameters_warn.patch | benjamin.peterson, 2008年06月08日 01:45 | |||
| tuple_parameters_warn2.patch | benjamin.peterson, 2008年06月08日 17:19 | |||
| Messages (6) | |||
|---|---|---|---|
| msg67820 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年06月08日 01:45 | |
This patch adds Py3k warnings to nested tuple parameters. |
|||
| msg67823 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年06月08日 08:16 | |
Why not warn in the AST, like for the other syntax-related changes? The relevant location is ast_for_arguments, line 680 in current SVN. |
|||
| msg67825 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年06月08日 08:23 | |
Also a test is missing. |
|||
| msg67842 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年06月08日 17:19 | |
> Why not warn in the AST, like for the other syntax-related changes? because I was reading through symtable.c at the time. :) Anyway, here's a better patch. |
|||
| msg67845 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年06月08日 18:04 | |
Replace "upacking" with "unpacking" and you can commit it :) |
|||
| msg67850 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年06月08日 23:11 | |
Done with r64045. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:35 | admin | set | github: 47310 |
| 2008年06月08日 23:11:06 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg67850 |
| 2008年06月08日 18:04:17 | georg.brandl | set | messages: + msg67845 |
| 2008年06月08日 17:19:40 | benjamin.peterson | set | files:
+ tuple_parameters_warn2.patch messages: + msg67842 |
| 2008年06月08日 08:23:33 | georg.brandl | set | messages: + msg67825 |
| 2008年06月08日 08:17:07 | georg.brandl | set | messages: + msg67823 |
| 2008年06月08日 01:45:53 | benjamin.peterson | create | |