Skip to content
#

Python

python logo

Python is a dynamically typed programming language designed by Guido van Rossum. Much like the programming language Ruby, Python was designed to be easily read by programmers. Because of its large following and many libraries, Python can be implemented and used to do anything from webpages to scientific research.

Here are 5,200 public repositories matching this topic...

dsesami
dsesami commented Sep 29, 2020
ISSUE TYPE
  • Bug Report
SUMMARY

Form error handling isn't quite correct for organizations within notification templates. It is either missing, or uncolored text.

STEPS TO REPRODUCE
  1. To get the first bug, simply go to Notifications > Add. Then click Save without filling out the required fields. All the required fields will go red and show red error text, but the Organi
perspective
ievans
ievans commented Aug 20, 2020

Parser error output does not report full path to file with parse error:

ine@imbp4 ~/D/r/t/highcharts (master) [2]> semgrep -e '$X==$X' --lang python --lang javascript
warn: parse error
  --> callback.js:1
...

But there is no callback.js at root.

find . -name "callback.js"
./exporting-server/java/highcharts-export/highcharts-export-web/target/highcharts-export-web/WEB-I

Created by Guido van Rossum

Released February 20, 1991

Organization
python
Website
www.python.org
Wikipedia
Wikipedia

Related Topics

language ruby
You can’t perform that action at this time.