[Python-Dev] Inconsistent error messages in Py{Object, Sequence}_SetItem()
Guido van Rossum
guido at python.org
Sun Oct 26 15:50:18 EST 2003
More information about the Python-Dev mailing list
Sun Oct 26 15:50:18 EST 2003
- Previous message: [Python-Dev] Inconsistent error messages in Py{Object, Sequence}_SetItem()
- Next message: [Python-Dev] Inconsistent error messages in Py{Object, Sequence}_SetItem()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Note the "doesn't" vs "does not". It's easily tracked down to > PyObject_SetItem() and PySequence_SetItem() (in Objects/abstract.c). > > Is this deliberate, or a simple oversight? I'm inclined to assume the > latter, and change "doesn't" to "does not" on the grounds that error > messages are formal writing, and I was taught not to use contractions in > formal writing. Luckily I wasn't taught formal writing :-), and I don't see why it can't be doesn't. I'd say that if you want Python's error messages to be formal writing, you'd have to change a lot more than just the one... :-) --Guido van Rossum (home page: http://www.python.org/~guido/)
- Previous message: [Python-Dev] Inconsistent error messages in Py{Object, Sequence}_SetItem()
- Next message: [Python-Dev] Inconsistent error messages in Py{Object, Sequence}_SetItem()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list