-
Python 3 script files (text/x-python3) do not show the proper icon like Python 2.x files (text/x-python), but show a generic text file icon. I think Mint-Y may also have this problem. The icons should…
-
**Question**
There has been multiple changes to the DISA stig for RHEL9, but the last update is from April this year. Since then we are on V2R2 which since then has removed 12 Stigs going from 462 to…
-
Python code like
```
import os
os.__file__
```
fails as there is **no** `__file__` set.
Don't know why - in pythonnet the attribute is created on the builtin modules...
-
We want to enhance the README generator by allowing users to select predefined templates based on the type of project they are working on (e.g., Python, React, Django, Node.js, etc.). This will give u…
-
I have several projects that supports a large range of versions of Python and numpy, starting from (Python=3.7, numpy=1.0) and up to (Python=3.12, numpy=2.1). I would like to test these projects at bo…
-
In order to better support python 3.6, it would be nice to support Path-like objects instead of only strings on the "path" arguments/attributes.
https://docs.python.org/3/library/pathlib.html
-
Create tabular output for the top 20 coins in by ranking.
-
(Tooling request extracted from https://github.com/python/cpython/issues/126053 and https://github.com/python/cpython/issues/126052)
One of the barriers to making significant structural changes to …
-
## Problem statement
As Kebechet User, i would like to have support for python 3.10 dependencies update through kebechet so that i can maintain the repository on python 3.10.
Currently kebechet on…
-
In Python 3.12 or later, `dtrx --flat` no longer behaves as expected which appears to be due to `tempfile.mkdtemp()` change:
> Changed in version 3.12: [mkdtemp()](https://docs.python.org/3/library/t…
cho-m updated
2 weeks ago