-
Calling unicode on a unicode string containing non-ASCII characters is
supposed to return the same unicode string. This indeed works properly in both
CPython and IronPython. However, when using a refe…
-
日期:2018.07.06 周五
- 运行 Python 的几种方式
- 命令行模式
- Python 交互模式
- 使用 IDE
- 安装 Python3 解释器
- 解释器
- CPython(官方自带的解释器)
- IPython
- PyPy
- Jython
- IronPython
- 相…
-
Stripped from issue #429 discussion.
@paulpach wrote:
Even if hooks are disabled, people can still put arbitrary code in jinja templates. Removing the hook does not solve the problem.
A real…
-
Ctl-Z throws an EOFError in raw_input under CPython but simply returns the
empty string under IronPython. Error occurs with both 2.0.1 and 2.6 A1
CPython:
Python 2.5.4 (r254:67916, Dec 23 2008, 1…
-
For power users it would be great if we included a scripting environment.
This should probably be based on IronPython as we can run that directly on the CLI runtime.
Scripting could be used for:
- S…
-
Does RPS runs only on IronPython or is it possible to include (CPython) libraries from Anaconda / PIP ? I believe only Python2 is allowed.
I tried to tweak the Configuration --> Search Path and ad…
-
```
It should be possible to add small scripts to Duplicati, using the
IronPython scripting language.
For starters it should be possible to activate the scripts from the context
menu.
```
Original i…
-
How about supporting IronPython assemblies AOT compilation for LLILUM devices?
-
_From @akarppinen on March 19, 2015 15:19_
In 2.7.4:
C:\Users\Administrator>ipy
IronPython 2.7.4 (2.7.0.40) on .NET 4.0.30319.17929 (32-bit)
Type "help", "copyright", "credits" or "license" for more…
slide updated
3 years ago
-
```
What steps will reproduce the problem?
1. Use following Python code and attached dataset to reproduce
f1 = 'unicodeST.dcm'
ds1 = dicom.read_file(f1, stop_before_pixels=True)
…