Swedish calendar now works with checking for possible dates.
svn: r11699
This commit is contained in:
		@@ -87,7 +87,6 @@ def swedish_valid(date_tuple):
 | 
			
		||||
        valid = True 
 | 
			
		||||
    if date_tuple >= (1712,3,1):   # back to julian
 | 
			
		||||
        valid = False
 | 
			
		||||
    valid = True                   # for the moment, working on it ldnp
 | 
			
		||||
    return valid
 | 
			
		||||
 | 
			
		||||
def french_valid(date_tuple):
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user