Skip to content

Commit 413c7fa

Browse files
committed
maj changelog interne
1 parent 22ae871 commit 413c7fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

convertBNP.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
# ------------------
99
# 10-nov-2013 v1 pour python3
1010
# 26-nov-2014 v1.1 ajout de la version "_4col" qui sépare crédit et débits en 2 colonnes distinctes
11+
# 28-jan-2015 v1.2 correction du bug "Mixing iteration and read methods would lose data"
1112
# ------------------
12-
# chaque opération banquaire contient 3 éléments :
13+
# chaque opération bancaire contient 3 éléments :
1314
#
1415
# - date : string de type 'JJ/MM/AAAA'
1516
# - description de l'opération : string

convertBNP_4col.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
# ------------------
99
# 10-nov-2013 v1 pour python3
1010
# 26-nov-2014 v1.1 ajout de la version "_4col" qui sépare crédit et débits en 2 colonnes distinctes
11+
# 28-jan-2015 v1.2 correction du bug "Mixing iteration and read methods would lose data"
1112
# ------------------
12-
# chaque opération banquaire contient 4 éléments :
13+
# chaque opération bancaire contient 4 éléments :
1314
#
1415
# - date : string de type 'JJ/MM/AAAA'
1516
# - description de l'opération : string

0 commit comments

Comments
 (0)