Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update learn more message #11036

Merged
merged 2 commits into from
Aug 24, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,13 @@
This stopped on January 1st 2020, when Python 2 support from the PSF officially ended.
</p>

<h3>Backwards Compatibility</h3>
<p>
Dynamo 2.7 introduces a new Python engine, CPython3, that provides access to Python 3 inside of Dynamo.
Any Python 3 specific code authored inside of Dynamo graphs will NOT be backwards compatible to versions of
Dynamo prior to 2.7 unless that code is syntactically executable in both Python 2 and Python 3.
</p>

<h3>Why did we need to change the Python version</h3>
<p>
Dynamo, and many other C#-based environments, uses a tool called IronPython to move data between .NET objects
Expand Down