Skip to content

Commit 5396b30

Browse files
mbueschpfalcon
authored andcommitted
os.path: Add sep
We only support unix compatible '/'
1 parent 5477729 commit 5396b30

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

os.path/metadata.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
srctype = micropython-lib
22
type = package
3-
version = 0.1.1
3+
version = 0.1.2
44
author = Paul Sokolovsky

os.path/os/path.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import os
22

33

4+
sep = "/"
5+
46
def normcase(s):
57
return s
68

os.path/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77

88
setup(name='micropython-os.path',
9-
version='0.1.1',
9+
version='0.1.2',
1010
description='os.path module for MicroPython',
1111
long_description="This is a module reimplemented specifically for MicroPython standard library,\nwith efficient and lean design in mind. Note that this module is likely work\nin progress and likely supports just a subset of CPython's corresponding\nmodule. Please help with the development if you are interested in this\nmodule.",
1212
url='https://github.com/micropython/micropython/issues/405',

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy