System Information
Operating system: Windows 8.1
Graphics card: NVIDIA 740M
Blender Version
Blender 2.80 released candidate
Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen)
Worked: (optional)
Short description of error
The python console cannot figure with help options ( modules)
To get a list of available modules, keywords, symbols, or topics, type
"modules", "keywords", "symbols", or "topics". Each module also comes
with a one-line summary of what it does; to list the modules whose name
or summary contain a given string such as "spam", type "modules spam".
You are now leaving help and returning to the Python interpreter.
If you want to ask for help on a particular object directly from the
interpreter, you can type "help(object)". Executing "help('string')"
has the same effect as typing a particular string at the help> prompt.
>>> help(modules)
Traceback (most recent call last):
File "<blender_console>", line 1, in <module>
NameError: name 'modules' is not definedExact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).