FS#67169 - [spyder] Variable explorer does not show variable names that are ALL CAPITALS

Attached to Project: Community Packages
Opened by Felix Salazar (phollox) - Wednesday, 01 July 2020, 18:42 GMT
Last edited by Muflone (muflone) - Saturday, 04 July 2020, 15:14 GMT
Task Type General Gripe
Category Packages: Testing
Status Closed
Assigned To Muflone (muflone)
Bruno Pagani (ArchangeGabriel)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Although not pythonic, where variable names should not be in capitals, if a variable is created with a name only in capitals, the console will process it and the variable will exist in the current workspace but is not shown on the variable explorer.

Additional info:
* package version(s)
* config and/or log files etc.
* link to upstream bug report, if any

Steps to reproduce:
* Create any variable on the spyder console with a name only in capitals
e.g. DDD = 1
* Click on the Variable explorer tab and DDD is not there
This task depends upon

Closed by  Muflone (muflone)
Saturday, 04 July 2020, 15:14 GMT
Reason for closing:  Not a bug
Additional comments about closing:  expected behavior, user configurable
Comment by Muflone (muflone) - Saturday, 04 July 2020, 15:13 GMT
This is not a bug.
By default spyder hides the variables with only upper case letters.

You can change this behavior from the variable explorer 'hamburger' menu and restart the debug

Loading...