Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0fc91391
Kaydet (Commit)
0fc91391
authored
Agu 25, 2006
tarafından
Brett Cannon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Even more removals of '<>'; I can hear Barry shedding a manly tear ...
üst
f76c3daa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
riscosenviron.py
Lib/plat-riscos/riscosenviron.py
+1
-1
rourl2path.py
Lib/plat-riscos/rourl2path.py
+1
-1
No files found.
Lib/plat-riscos/riscosenviron.py
Dosyayı görüntüle @
0fc91391
...
...
@@ -31,7 +31,7 @@ class _Environ:
def
values
(
self
):
return
riscos
.
getenvdict
()
.
values
()
def
has_key
(
self
,
key
):
value
=
riscos
.
getenv
(
key
)
return
value
<>
None
return
value
!=
None
def
__contains__
(
self
,
key
):
return
riscos
.
getenv
(
key
)
is
not
None
def
update
(
self
,
dict
):
...
...
Lib/plat-riscos/rourl2path.py
Dosyayı görüntüle @
0fc91391
...
...
@@ -39,7 +39,7 @@ def url2pathname(url):
elif
components
[
i
]
==
'..'
:
components
[
i
]
=
'^'
i
+=
1
elif
components
[
i
]
==
''
and
i
>
0
and
components
[
i
-
1
]
<>
''
:
elif
components
[
i
]
==
''
and
i
>
0
and
components
[
i
-
1
]
!=
''
:
del
components
[
i
]
else
:
i
+=
1
...
...
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