Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.36 KB

File metadata and controls

39 lines (24 loc) · 1.36 KB

Prerequisites

The issue tracker is used to report bugs and request new features, NOT to ask questions.

Questions should be posted in Discussions or to the users mailing list which can be accessed at https://ironpython.groups.io/g/users.

  • Are you running the latest version?
  • Are you reporting to the correct repository?
  • Did you perform a cursory search?

Description

[Description of the bug or feature]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on...]

Expected behavior:

[What you expected to happen]

Actual behavior:

[What actually happened]

Version Information

If you are using the ipy console program, provide output of executing ipy -VV. If it is a local build, provide also the git hash of the commit used to build IronPython. In either case, provide the type of the operating system used.

If you are using the IronPython engine embedded in a .NET application, provide the version number of the NuGet package used (or if it is a local build, the git hash of the commit used to build IronPython), and the following info:

  • .NET platform used (choice from: .NET, .NET Core, .NET Framework, Mono, Unity, Xamarin),
  • Version of the .NET platform used,
  • Operating system used,
  • Value of sys.version, from imported module sys.