Small fixes while reviewing the document#7
Conversation
filmor
left a comment
There was a problem hiding this comment.
The mono executable is lowercase. Also it is not strictly necessary to use mono like this (binfmt_misc), I'd just drop that addition.
|
Good catch, TIL about binfmt_misc. However it likely requires registration like on Windows. Here is a quick test: |
| <li><a href="#arrays">Using Arrays</a></li> | ||
| <li><a href="#collections">Using Collections</a></li> | ||
| <li><a href="#com">COM Components</a></li> | ||
| <li><a href="#com">COM Componefnts</a></li> |
| @@ -422,8 +422,8 @@ <h2>Exception Handling</h2> | |||
| try: | |||
| raise NullReferenceException("aiieee!") | |||
| except NullReferenceException, e: | |||
There was a problem hiding this comment.
except NullReferenceException as e: for it to be PY3 compatible
There was a problem hiding this comment.
this one is outside of what you were fixing. Just noticed it while reviewing.
vmuriart
left a comment
There was a problem hiding this comment.
Looks good. Ok to squash-merge
|
@vmuriart should we defer updating PythonNet to pythonnet? |
|
I didn't see it as part of these changes. Let's not add them yet till we come closer to a decision. |
|
@filmor do you agree with merging this? |
npython, print(), py36, typo, links, simplified API