Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New comment] IronPython 2.6 not finding a .pyc file.
2. [New issue] Make PythonHiddenAttribute public

----------------------------------------------

ISSUES

1. [New comment] IronPython 2.6 not finding a .pyc file.
http://ironpython.codeplex.com/workitem/33067
User MarkusSchaber has commented on the issue:

"pyc files are implementation version dependent - even cPython does not allow 
pyc files to be re-used across different versions."-----------------

2. [New issue] Make PythonHiddenAttribute public
http://ironpython.codeplex.com/workitem/33073
User DanielWolf has proposed the issue:

"I'm writing a C# application that can be extended via IronPython scripts. 
These scripts can access a library of .NET classes I wrote in C#.

Those classes have some public methods and properties that I would like to hide 
from the IronPython scripts, so that a script can't call them. Looking at the 
IronPython source code, I noticed the PythonHidden attribute in 
IronPython.Runtime that seems to do just that. However, that attribute is 
internal, so there is no way for me to use it in my own classes.

Is there a reason for PythonHiddenAttribute being internal? Can it be made 
public? Or is there another way to hide members from IronPython that I just 
missed?"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to