Message 75038 - Python tracker
Message75038
| Author | cliffdover88 |
|---|---|
| Recipients | cliffdover88 |
| Date | 2008-10-21.20:10:24 |
| SpamBayes Score | 4.0454128e-05 |
| Marked as misclassified | No |
| Message-id | <1224619825.55.0.957590005213.issue4164@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Hi I have a problem with python 2.6, when i try to process strings with triple-quoted string literal i get an error: a='a''a' #1 double quoted Ok a='a''''a' # 2 Ok a= 'a''''''a' # 3 doble quoted -- SyntaxError: EOF while scanning triple-quoted string literal a= 'a''''''''a' # 4 ok a='a''''''''''a' # 5 same error impair doble quoted a='a''''''''''''a' # 6 Ok............... a... #7 error.................. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-21 20:10:25 | cliffdover88 | set | recipients: + cliffdover88 |
| 2008-10-21 20:10:25 | cliffdover88 | set | messageid: <1224619825.55.0.957590005213.issue4164@psf.upfronthosting.co.za> |
| 2008-10-21 20:10:24 | cliffdover88 | link | issue4164 messages |
| 2008-10-21 20:10:24 | cliffdover88 | create | |