Skip to content

Commit

Permalink
Update learn more message (#11036)
Browse files Browse the repository at this point in the history
* Update learn more message

* Add titile
  • Loading branch information
QilongTang authored Aug 24, 2020
1 parent 89818c3 commit bc8a157
Showing 1 changed file with 7 additions and 0 deletions.
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

0 comments on commit bc8a157

Please sign in to comment.