How to fix those errors?
Gregory Ewing
greg.ewing at canterbury.ac.nz
Tue Nov 18 02:25:06 EST 2014
More information about the Python-list mailing list
Tue Nov 18 02:25:06 EST 2014
- Previous message (by thread): How to fix those errors?
- Next message (by thread): How to fix those errors?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Roy Smith wrote: > Wouldn't it make more sense to use four periods? > > def spam(arg).... > for x in seq.... > pass Conversely, to save space you should be able to stack one of the dots of an ellipsis on top and write it as either .: or :. Taking this even further, we could allow all characters to be encoded in 90-degree-rotated Braille. This would be a tremendous advantage for blind or poorly-sighted Python users. -- Greg
- Previous message (by thread): How to fix those errors?
- Next message (by thread): How to fix those errors?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list