Jeff Grimmett
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Project Menu Settings
AnsweredAfter upgrading to 2018.3, my custom menu settings were reset, including the project menu. Since then, I have been unable to make any changes to it. It'll let me move things around and stuff, but... -
Created Python 3.5 "async def"
Hi, all,According to the Python 3.5 library reference, this syntax is valid: async def myCoroutine( stream ): do_something_here However, PyCharm 4.5.4 hates that syntax. Okay, it's some inspec...