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
9c1257ec
Kaydet (Commit)
9c1257ec
authored
Kas 04, 2007
tarafından
Christian Heimes
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Disabled test_sys_path_with_unicode for now
Fixed encoding of author name in tarfile.py.
üst
db62967a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
tarfile.py
Lib/tarfile.py
+3
-4
test_import.py
Lib/test/test_import.py
+1
-1
No files found.
Lib/tarfile.py
Dosyayı görüntüle @
9c1257ec
#!/usr/bin/env python
# -*- coding: iso-8859-1 -*-
#-------------------------------------------------------------------
# tarfile.py
#-------------------------------------------------------------------
# Copyright (C) 2002 Lars Gustbel <lars@gustaebel.de>
# Copyright (C) 2002 Lars Gust
ae
bel <lars@gustaebel.de>
# All rights reserved.
#
# Permission is hereby granted, free of charge, to any person
...
...
@@ -34,10 +33,10 @@ __version__ = "$Revision$"
# $Source$
version
=
"0.9.0"
__author__
=
"Lars Gustbel (lars@gustaebel.de)"
__author__
=
"Lars Gust
\xe4
bel (lars@gustaebel.de)"
__date__
=
"$Date$"
__cvsid__
=
"$Id$"
__credits__
=
"Gustavo Niemeyer, Niels Gustbel, Richard Townsend."
__credits__
=
"Gustavo Niemeyer, Niels Gust
\xe4
bel, Richard Townsend."
#---------
# Imports
...
...
Lib/test/test_import.py
Dosyayı görüntüle @
9c1257ec
...
...
@@ -171,7 +171,7 @@ class PathsTests(unittest.TestCase):
shutil
.
rmtree
(
self
.
path
)
sys
.
path
=
self
.
syspath
def
test_sys_path_with_unicode
(
self
):
def
XXX_
test_sys_path_with_unicode
(
self
):
for
i
,
subpath
in
enumerate
(
self
.
SAMPLES
):
path
=
os
.
path
.
join
(
self
.
path
,
subpath
)
os
.
mkdir
(
path
)
...
...
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