This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients facundobatista, mark.dickinson, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2015-12-29.20:16:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451420165.42.0.596363114865.issue25971@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy: to me, the patch also looks good, we can certainly change
any error messages later.


Back to the bikeshedding:

Poly/ML:
========

> f;
Error-Value or constructor (f) has not been declared   Found near f
Static errors (pass2)


ghci
====
Prelude> f

<interactive>:2:1: Not in scope: `f'



OCaml
=====

# f;;
Error: Unbound value f



SML/NJ
======

- f;
stdIn:1.2 Error: unbound variable or constructor: f



Basically the European languages start in uppercase after the
first relevant colon (or hyphen in the case of Poly/ML).
History
Date User Action Args
2015-12-29 20:16:05skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, r.david.murray, serhiy.storchaka
2015-12-29 20:16:05skrahsetmessageid: <1451420165.42.0.596363114865.issue25971@psf.upfronthosting.co.za>
2015-12-29 20:16:05skrahlinkissue25971 messages
2015-12-29 20:16:05skrahcreate