Stefan Krah added the comment:

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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25971>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to