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年04月07日 18:29 by gvanrossum, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| issue2570-test.patch | r.david.murray, 2009年03月29日 01:28 | trivial patch to add a unit test for this | ||
| Messages (6) | |||
|---|---|---|---|
| msg65090 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2008年04月07日 18:29 | |
In 3.0, r'\u1234' is a string of 6 characters (,円 u, 1, 2, 3, 4). In 2.6, after "from __future__ import unicode_literals" it is a string of one character (code point 0x1234). IMO the 3.0 behavior should be imported from the future as well (using the same import). |
|||
| msg109437 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2010年07月06日 22:48 | |
Closing this since Python 2.7 is out now. |
|||
| msg109439 - (view) | Author: Ezio Melotti (ezio.melotti) * (Python committer) | Date: 2010年07月06日 22:53 | |
Isn't this a bug that could be fixed in 2.7.1? |
|||
| msg109446 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2010年07月07日 00:51 | |
Actually, you are right. This could be added as bug fix. |
|||
| msg109648 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2010年07月09日 00:22 | |
It would be a change in behaviour, which is quite unacceptable for a bugfix release. I think this should be closed. |
|||
| msg114954 - (view) | Author: R. David Murray (r.david.murray) * (Python committer) | Date: 2010年08月26日 02:56 | |
Yes it does seem like it is too late for this, code might be depending on this behavior now in 2.7. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46822 |
| 2010年08月26日 02:56:32 | r.david.murray | set | status: pending -> closed nosy: + r.david.murray messages: + msg114954 |
| 2010年07月09日 00:22:14 | pitrou | set | status: open -> pending nosy: + pitrou messages: + msg109648 resolution: rejected |
| 2010年07月07日 00:51:03 | alexandre.vassalotti | set | status: closed -> open resolution: wont fix -> (no value) messages: + msg109446 stage: resolved -> needs patch |
| 2010年07月06日 22:53:52 | ezio.melotti | set | nosy:
+ ezio.melotti messages: + msg109439 |
| 2010年07月06日 22:48:15 | alexandre.vassalotti | set | status: open -> closed nosy: + alexandre.vassalotti messages: + msg109437 resolution: wont fix stage: needs patch -> resolved |
| 2010年04月01日 11:46:27 | flox | set | keywords:
- 26backport nosy: + pooryorick, benjamin.peterson, zhirsch, flox |
| 2010年04月01日 11:45:37 | flox | link | issue5447 superseder |
| 2009年03月29日 01:28:56 | r.david.murray | set | files:
+ issue2570-test.patch keywords: + patch stage: test needed -> needs patch |
| 2009年03月29日 00:56:37 | r.david.murray | set | priority: normal stage: test needed type: behavior versions: + Python 2.7, - Python 2.6 |
| 2008年04月07日 18:29:02 | gvanrossum | create | |