Message54666
| Author |
markhirota |
| Recipients |
| Date |
2005年11月11日.17:47:43 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=1375527
Is this bypassing considered a limitation or a bug? I am,
however, able to workaround the issue by setting the
width=1: "mpp = MyPrettyPrinter(1,1)" -- it just means that
instead of:
>>> mpp.pprint(range(10))
[0x0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9]
I get instead:
>>> mpp.pprint(range(10))
[0x0,
0x1,
0x2,
0x3,
0x4,
0x5,
0x6,
0x7,
0x8,
0x9]
...which is OK for my uses. Thanks! |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 16:11:29 | admin | link | issue1351692 messages |
| 2007年08月23日 16:11:29 | admin | create |
|