Message280082
> But there is still a problem. Both patched and original c2py fail to handle nested ternary operator. They respect the right associative but fails to handle expressions like '1?2?3:4:5'.
What if make repeated replacements with regular expression r'([^?:]*?)\?([^?:]*?):([^?:]*)'? |
|
| Date |
User |
Action |
Args |
| 2016-11-04 20:47:51 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, xiang.zhang, Carl Ekerot |
| 2016-11-04 20:47:51 | serhiy.storchaka | set | messageid: <1478292471.1.0.508642114604.issue28563@psf.upfronthosting.co.za> |
| 2016-11-04 20:47:51 | serhiy.storchaka | link | issue28563 messages |
| 2016-11-04 20:47:51 | serhiy.storchaka | create | |
|