Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
14ad3ffd
Commit
14ad3ffd
authored
Jul 10, 2003
by
Andrew MacIntyre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update OS/2 EMX port notes
parent
ddeade76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
PC/os2emx/README.os2emx
PC/os2emx/README.os2emx
+9
-4
No files found.
PC/os2emx/README.os2emx
View file @
14ad3ffd
...
...
@@ -292,7 +292,7 @@ distribution by changing to the Python 2.3 home directory and executing the
REGRTEST.CMD batch file. The following tests are known to fail at this
time:
- test_mhlib (I don't know of any port of MH to OS/2);
- test_pwd (see "YOU HAVE BEEN WARNED" item 10
, probably a bug in my code
);
- test_pwd (see "YOU HAVE BEEN WARNED" item 10);
- test_grp (as per test_pwd);
- test_strftime (see "YOU HAVE BEEN WARNED" item 15);
- test_strptime (see "YOU HAVE BEEN WARNED" item 22);
...
...
@@ -494,6 +494,11 @@ grp.py: $ETC_GROUP (%ETC_GROUP%)
$ETC/group (%ETC%/group)
$PYTHONHOME/Etc/group (%PYTHONHOME%/Etc/group)
The ETC_PASSWD and ETC_GROUP environment variables are intended to allow
support for multiple passwd/grp files, where other applications may not
support as wide a variety of input variations (drive remappings,
separators etc).
Both modules support using either the ":" character (Unix standard) or
";" (OS/2, DOS, Windows standard) field separator character, and pwd.py
implements the following drive letter conversions for the home_directory and
...
...
@@ -501,9 +506,9 @@ shell fields (for the ":" separator only):
$x -> x:
x; -> x:
Example versions of passwd and group are in the Etc subdirectory.
Not
e
that as of this release, this code fails the regression test. I'm looking
into why, and hope to have this fixed
.
Example versions of passwd and group are in the Etc subdirectory.
Th
e
regression tests (test_pwd and test_grp) will fail if valid password and
group files cannot be found, but should pass otherwise
.
Be aware that Python's pwd & group modules are for reading password and
group information only.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment