cgitb is useful even outside of cgi scripts. I've used
"cgitb.enable(format='text')" in the several scripts to get "better"
exceptions.
On Sun, 8 Apr 2018 at 08:52 Glenn Linderman wrote:
> On 4/7/2018 9:45 PM, Alex Walters wrote:
>
> Are there people still actively developing new cgi scripts in
Hi,
I would like to see this go even further and have a tick-tock approach to
python versions, i.e. adopt new syntax and other large changes on one
version (for example odd versions) and polish everything up in the next
(even versions).
Best regards,
João Santos
On Mon, 7 May 2018 at 11:19 Ivan
*locals *and *globals* are documented as dictionaries (for example exec's
documentation states that " If only *globals* is provided, it must be a
dictionary") but __dict__ is described as " [a] dictionary or other mapping
object".
On Sun, 7 Oct 2018 at 19:38, Chris Barker via Python-Dev <
python-
Slightly Off-Topic, but more relevant for python developers. Paramiko also
had a very similar vulnerability:
https://github.com/paramiko/paramiko/issues/1283.
On Thu, 18 Oct 2018 at 18:56, Antoine Pitrou wrote:
> On Thu, 18 Oct 2018 17:41:29 +0100
> MRAB wrote:
> > I wondered if any of you have