> That line is already there:
># File "/home/komendart/temp/script.py", line 6, in fail
># raise RuntimeError('fail')
Probably I should rewrite more concretely.
I have such traceback ending for python3.7
# File "script.py", line 15, in main
# .fail(True)
# File "script.py",
On 09Jul2021 18:29, Артем Комендантян wrote:
>There is a code https://pastebin.com/0NLsHuLa.
>It has a multiline chain of method calling, when some method fails. In
>python3.7 it fails in a row which corresponds to the failing method, in
>python3.9 it corresponds to the very first line.
>
>Another
From Tim Peters:
> `secrets` is just a wrapper around `random.SystemRandom`, so the
> presence or absence of `secrets` doesn't matter.
>
> As to SystemRandom, all answers depend on the quality of the platform
> os.urandom(), which Python has no control over. See my answer here,
> and the comments
Στις Παρασκευή, 9 Ιουλίου 2021 στις 11:48:43 μ.μ. UTC+3, ο χρήστης Menno
Holscher έγραψε:
> Op 09-07-2021 om 15:01 schreef vergos@gmail.com:
> > please tell me what i need to do to be able to see error messages in
> > browser and not only via console:
> >
> > app = Flask(__name__)
> > app.
Op 09-07-2021 om 15:01 schreef vergos@gmail.com:
please tell me what i need to do to be able to see error messages in browser
and not only via console:
app = Flask(__name__)
app.debug = True
application = app
The above only displays error via console into the error_log, having to open it
I've posted a question about CPython 3.[0-9]'s
random.SystemRandom().choice(list_) at
https://stackoverflow.com/questions/68319071/verify-independence-and-uniform-distribution-of-discrete-values-in-python
In short, we need to be able to support CPython's a little older than the
secrets module goes
Hello!
There is a code https://pastebin.com/0NLsHuLa.
It has a multiline chain of method calling, when some method fails. In
python3.7 it fails in a row which corresponds to the failing method, in
python3.9 it corresponds to the very first line.
Another similar example is https://pastebin.com/2P9
Στις Παρασκευή, 9 Ιουλίου 2021 στις 4:10:29 μ.μ. UTC+3, ο χρήστης Chris
Angelico έγραψε:
> On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com
> wrote:
> > please tell me what i need to do to be able to see error messages in
> > browser and not only via console:
> >
> > app = Flask(__name__
Στις Παρασκευή, 9 Ιουλίου 2021 στις 4:10:29 μ.μ. UTC+3, ο χρήστης Chris
Angelico έγραψε:
> On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com
> wrote:
> > please tell me what i need to do to be able to see error messages in
> > browser and not only via console:
> >
> > app = Flask(__name__
On Fri, Jul 9, 2021 at 11:07 PM vergos@gmail.com
wrote:
> please tell me what i need to do to be able to see error messages in browser
> and not only via console:
>
> app = Flask(__name__)
> app.debug = True
> application = app
>
> The above only displays error via console into the error_log,
Στις Παρασκευή, 9 Ιουλίου 2021 στις 3:57:11 μ.μ. UTC+3, ο χρήστης Menno
Holscher έγραψε:
> Op 09-07-2021 om 08:14 schreef vergos@gmail.com:
> > Στις Παρασκευή, 9 Ιουλίου 2021 στις 12:03:00 π.μ. UTC+3, ο χρήστης Menno
> > Holscher έγραψε:
> >> Op 08-07-2021 om 15:42 schreef vergos@gmail.c
Op 09-07-2021 om 08:14 schreef vergos@gmail.com:
Στις Παρασκευή, 9 Ιουλίου 2021 στις 12:03:00 π.μ. UTC+3, ο χρήστης Menno
Holscher έγραψε:
Op 08-07-2021 om 15:42 schreef vergos@gmail.com:
import flask
dir(flask)
['Blueprint', 'Config', 'Flask', 'Markup', 'Request', 'Response',
'Sessio
12 matches
Mail list logo