Python Forum

Full Version: Code capitalization being changed.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I just posted a thread with a code block like this:
CELL_SIZE = 50
MOVES = {"up": (0, -CELL_SIZE), "down": (0, CELL_SIZE),
         "left" : (-CELL_SIZE, 0), "right" : (CELL_SIZE, 0)} 
The variables above are intended to be constants and are capitalized but appear lowercase in my post.
When I go to edit it shows as I intended it.
I also notice this,an made a post about here.
We are at the mercy of stranac fixing his plugin
I'm on my way home and I'm gonna fix this as soon as I'm there.
I feel really stupid about this particular bug, I have a line converting the content to lowercase, and I can't even imagine why I put it there...
Don't worry, weird stuff happens. Thanks for fixing it though, beautiful pony! :)